makepad-fr/Check version increase and create release
Checks if the version in package.json has increased, and if so, creates a new release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | yes | — |
| name | The name of the release | no | v$newVersion |
| body | The body of the release | no | "" |
| draft | A boolean indicating that if the created release should be a draft | no | false |
| pre-release | An enumeration indicating that if pre-release. Available values: true, false, auto | no | auto |
| generate-release-note | A boolean indicating if a release note should be generated or not | no | true |
| tag-name | The name of the tag to create | no | $newVersion |
| fail-on-unchanged-version | A boolean indicating that if the action should fail when the version is not changed | no | false |
Outputs
no outputs