sudosubin/Release Helper Action
A helper action for releasing actions without hassles.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| prepare-command | The command used to prepare your project. | — | yarn install --frozen-lockfile |
| build-command | The command used to build your project. | — | yarn run build |
| target-branch | The branch name you want to publish your release. | — | release |
| create-release | To create a GitHub release or not. (without updating the package.json version, this step will be skipped) | — | false |
Outputs
no outputs