neoforged/versioning
Tag-based versioning inside an action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| labels | Comma separated label configuration. The first part is a suffix to append to all versions. The second part is an indicator that drops the suffix when found in a tag, a "clean marker" | no | — |
| increment_last_component | Controls how the offset (number of commits compared to the last tag) is applied. When true and there are at least 3 version components, it is added to the last existing component. When false, it is always added as an additional version component. | no | true |
Outputs
| name | description |
|---|---|
| version | The computed version |