veryard/Conventional Commits Versioning
Provide a description here
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Token | yes | — |
| branch | The branch to fetch commit history from | no | main |
| prefix | The prefix to use for the tag | no | v |
| increment | Which version to increment (breaking, feat, fix, all) | no | all |
Outputs
| name | description |
|---|---|
| old | The old version |
| old_clean | The old version without prefix |
| new | The new version |
| new_clean | The new version without prefix |
| changelogs | Markdown formatted changelogs |
| changelogs_clean | Markdown formatted changelogs without the header |