Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smartive/semantic-release-image

Docker image with semantic-release and plugins installed so you can just put the `releaserc` file into your repo.
https://github.com/smartive/semantic-release-image

docker golden-image semantic-release

Last synced: about 1 month ago
JSON representation

Docker image with semantic-release and plugins installed so you can just put the `releaserc` file into your repo.

Awesome Lists containing this project

README

        

# semantic-release-image

![Release Docker Image](https://github.com/smartive/semantic-release-image/workflows/Release%20Docker%20Image/badge.svg)

`docker pull smartive/semantic-release-image`

Docker image with semantic-release and plugins installed so you can just put
the `releaserc` (or your configuration of choice) file into your repo.

The following packages are installed globally:

- `semantic-release`
- `@semantic-release/gitlab`
- `@semantic-release/git`
- `@semantic-release/changelog`
- `@semantic-release/exec`

You find the exact versions of the packages in the package.json file.

### Versions

Since there is no "correct" way to combine all those different versions
for a useful docker tag, a timestamp will be used for each build.