vtb-wanderers63/Application Versioning
Automatically version applications with semantic versioning and release types
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Repository name (e.g., owner/repo-name) | yes | — |
| token | GitHub token with repo permissions | yes | — |
| application_name | Application name for tag prefix | yes | — |
| release_type | Release type (Alpha, Beta, Dev, or empty for production) | no | "" |
| change_type | Version change type (major, minor, patch) | yes | patch |
Outputs
| name | description |
|---|---|
| tag_version | Generated tag with release type (e.g., V1.5.0-Alpha) |
| new_tag | Complete new tag (e.g., nodejs-rockets/V1.5.0-Alpha) |