pantheon-systems/Autotag and Release Action
Automatically create tags and releases for your project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| push-tag | Push the tag to the origin repository | no | true |
| push-major-version-branch | Push to a branch matching the major version number on the origin repository | no | false |
| v-prefix | Whether to prefix the tag with the letter 'v'. | no | true |
| create-release | Whether to create a release from the tag or not. 'true', 'false', 'draft'. | no | true |
| workdir | Directory with the code to tag | no | . |
Outputs
| name | description |
|---|---|
| tag | The tag that was created |