Skip to content

Commit

Permalink
Merge pull request #99 from specklesystems/dogukan/labeling-releases
Browse files Browse the repository at this point in the history
fix: update version label
  • Loading branch information
dogukankaratas authored Jan 10, 2025
2 parents 10cc50a + 15ebfab commit dc4f4c1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
workflow: GitFlow/v1
next-version: 3.0.0
mode: ManualDeployment
branches:
release:
prevent-increment:
when-current-commit-tagged: true
main:
label: rc
develop:
regex: ^dev$
label: beta
unknown:
increment: None

0 comments on commit dc4f4c1

Please sign in to comment.