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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token | — | — |
| paths_to_add | A list of comma-separated paths to add to Git for the tag | — | — |
| paths_to_remove | A list of comma-separated paths to exclude from Git | — | — |
| build_cmd | The build command to run, e. g 'npm install && nm run build' | — | — |
Outputs
no outputs