undergroundwires/bump-everywhere
Bump git tag to the next version, generate a changelog file, and create a release with auto-generated release notes
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name with owner to bump & release. For example, undergroundwires/bump-everywhere | no | ${{ github.repository }} |
| user | Name of the user who will do the bump commit | no | ${{ github.actor }} |
| commit-message | Commit message that will be used in the bump commit | no | ⬆️ bump everywhere to {{version}} |
| git-token | Personal access token (PAT) used to clone & push to the repository. | no | ${{ github.token }} |
| release-type | The type of the GitHub release | no | release |
| release-token | Personal access token (PAT) used to release to GitHub. | no | ${{ github.token }} |
Outputs
no outputs