p6m-actions/Dotnet Cut Tag
Bumps version in Directory.Build.props and creates a git tag for .NET projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version-level | The version level to bump (patch, minor, major) | no | patch |
| directory-build-props-path | Path to Directory.Build.props file | no | Directory.Build.props |
| commit-changes | Whether to commit the version changes | no | true |
| commit-message | Custom commit message. Use {version} as placeholder for the new version | no | Bump version to {version} [skip ci] |
| skip-push | Skip pushing changes and tags (useful for testing) | no | false |
Outputs
| name | description |
|---|---|
| version | The new version number |
| tag | The created git tag |