increase version for each commit instead of tag
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -31,6 +31,7 @@ jobs:
|
|||||||
tag_prefix: ''
|
tag_prefix: ''
|
||||||
major_pattern: 'breaking:'
|
major_pattern: 'breaking:'
|
||||||
minor_pattern: 'feature:'
|
minor_pattern: 'feature:'
|
||||||
|
bump_each_commit: true
|
||||||
|
|
||||||
- run: dotnet publish -c Release -o ./pub CringeBootstrap/CringeBootstrap.csproj --no-restore -p:Version="${{ steps.version.outputs.version }}" -r win-x64 --no-self-contained
|
- run: dotnet publish -c Release -o ./pub CringeBootstrap/CringeBootstrap.csproj --no-restore -p:Version="${{ steps.version.outputs.version }}" -r win-x64 --no-self-contained
|
||||||
id: publish
|
id: publish
|
||||||
|
Reference in New Issue
Block a user