pdys/Semantic version release
Evaluate version by semantic commit messages and create release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| init-version | The init version of project default: 0.0.0 | no | 0.0.0 |
| tag-prefix | The prefix of version tag, default: v | no | v |
| assets | Assets files added to release, accept multiple paths, example: path/to/file.txt path/to/*.txt path/**/*.txt | no | "" |
Outputs
| name | description |
|---|---|
| tag | New tag |
| version | New version |
| released | If new version was released |