unguiculus/GitHub Release Branch Action

GitHub Action that creates a corresponding release branch prefixed with 'release/' for the current branch. The current branch is first merged to this branch, then the action is built, the result is committed considering files that should or should not be part of the release. This allows GitHub Actions that are base on Javascript or TypeScript to be tested in other projects whenever a branch is built.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenThe GitHub token
paths_to_addA list of comma-separated paths to add to Git for the tag
paths_to_removeA list of comma-separated paths to exclude from Git
build_cmdThe build command to run, e. g 'npm install && nm run build'

no outputs