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 year 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
- Archived: true
- Created: 2019-02-12T17:29:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T01:12:23.000Z (over 1 year ago)
- Last Synced: 2025-04-05T18:12:35.592Z (about 1 year ago)
- Topics: docker, golden-image, semantic-release
- Language: Dockerfile
- Size: 402 KB
- Stars: 9
- Watchers: 5
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# semantic-release-image

`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.