alive-for-him/Auto Release
Auto-create releases on push
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| title | Title for the release | no | v$version |
| tag | Name for the git tag | no | v$version |
| draft | Whether or not this release should be published as a draft | no | false |
| changelog | The path to the CHANGELOG | no | CHANGELOG.md |
| changelog-header-regexp | Regular expression string a CHANGELOG line must match to be considered a version header. This MUST match a version group in the string. This group will be checked against the version found in package.json. | no | ^## v(\d+\.\d+\.\d+) |
Outputs
| name | description |
|---|---|
| success | Whether or not a release was created |
| id | The id of the release |
| version | The version that was released |
| releaseUrl | The URL users can navigate to in order to view the release |