go-semantic-release/go-semantic-release
fully automated package/module/image publishing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | github token | no | — |
| changelog-file | creates a changelog file | no | — |
| ghr | create a .ghr file with the parameters for tcnksm/ghr | no | — |
| update-file | updates the version of a certain file | no | — |
| dry | do not create release | no | — |
| prerelease | flags the release as a prerelease | no | — |
| prepend | flag changes to be prepended into the changelog | no | — |
| allow-initial-development-versions | starts your initial development release at 0.1.0 | no | — |
| force-bump-patch-version | increments the patch version if no changes are found | no | — |
| changelog-generator-opt | options that are passed to the changelog-generator plugin | no | — |
| custom-arguments | custom arguments that are passed directly to the semantic-release cli | no | — |
| hooks | enable hooks plugins for semantic release | no | — |
| bin | optional path to the semantic-release binary | no | — |
Outputs
| name | description |
|---|---|
| version | the version of the created release |
| version_major | the major version of the created release |
| version_minor | the minor version of the created release |
| version_patch | the patch version of the created release |
| version_prerelease | the prerelease version of the created release |
| changelog | the generated release changelog |