Docker image for semantic-release.
| Name | Description |
|---|---|
| changelog | Create or update a changelog file |
| exec | Execute custom shell commands |
| git | Commit release assets to the project's git repository |
Example usage is various CI platforms.
- label: ":git: Semantic Version Release"
branches: master
plugins:
- docker#v3.8.0:
image: rokerlabs/semantic-release:<version>
mount-ssh-agent: true
propagate-environment: true
environment:
- GITHUB_TOKENCopyright (c) 2021 Roker Labs. See LICENSE for details.