mangs/mangs/simple-release-notes-action

GitHub Action that auto-publishes release notes using a very simple-to-follow set of rules

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
changelog_pathPath to the target changelog fileno./CHANGELOG.md
github_tokenGitHub authentication token used to authenticate on behalf of GitHub Actionsyes
packagejson_pathPath to the target package.json fileno./package.json
should_auto_update_major_tagAuto-update the major tag version of your repository when a new release gets published or create it if it doesn't exist. For example, when publishing version 2.3.4, major tag v2 will get updated to HEAD.notrue
tag_overrideString to enforce an exact tag version; overrides default behaviorno
tag_prefixPrefix to create a tag by combining this and the target version number; this is default behaviornov

no outputs