outoforbitdev/action-semantic-release
Automatically release a new version on GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | This is just an example input for now | yes | default |
| dry-run | Whether to do a release dry-run | no | false |
| skip-changelog | Whether to skip writing to CHANGELOG.md on release | no | false |
| debug | Flag for debug logging. | no | false |
Outputs
| name | description |
|---|---|
| last-version | The last released version |
| next-version | The next released version |
| version-released | Whether a version was released. Note that this would be true even with dry-run=true |