loolzzz/Streamlined Releases Action

A GitHub Action to streamline releases by automating the process of updating version numbers and generating changelogs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
git_usernameGit username for the bump commit actornogithub-actions[bot]
git_emailGit email for the bump commit actornogithub-actions[bot]@users.noreply.github.com
bump_commit_messageTemplate for the bump commit message. Use {version} as a placeholder for the bumped version.nochore(release): Bumped version to {version}
changelog_filepathPath to the changelog file.noCHANGELOG.md
main_branchName of the main release branch.nomain
staging_branchName of the staging release branch.nostg
dev_branchName of the dev release branch.nodev
namedescription
diff_changelogThe diff changelog generated by the action
changelogThe full changelog generated by the action