loolzzz/Streamlined Releases Action
A GitHub Action to streamline releases by automating the process of updating version numbers and generating changelogs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| git_username | Git username for the bump commit actor | no | github-actions[bot] |
| git_email | Git email for the bump commit actor | no | github-actions[bot]@users.noreply.github.com |
| bump_commit_message | Template for the bump commit message. Use {version} as a placeholder for the bumped version. | no | chore(release): Bumped version to {version} |
| changelog_filepath | Path to the changelog file. | no | CHANGELOG.md |
| main_branch | Name of the main release branch. | no | main |
| staging_branch | Name of the staging release branch. | no | stg |
| dev_branch | Name of the dev release branch. | no | dev |
Outputs
| name | description |
|---|---|
| diff_changelog | The diff changelog generated by the action |
| changelog | The full changelog generated by the action |