Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/smartive/semantic-release-image
- Owner: smartive
- License: mit
- Created: 2019-02-12T17:29:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T22:38:46.000Z (7 months ago)
- Last Synced: 2024-08-29T18:33:09.750Z (4 months ago)
- Topics: docker, golden-image, semantic-release
- Language: Dockerfile
- Size: 401 KB
- Stars: 9
- Watchers: 6
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.