Skip to content

Commit

Permalink
Merge pull request #5872 from valadas/develop-versioning
Browse files Browse the repository at this point in the history
Fixed an issue where develop was publishing wrong version
  • Loading branch information
mitchelsellers authored Nov 20, 2023
2 parents 8b9226f + f4699c3 commit 56cff22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gitversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ commit-date-format: 'yyyyMMdd'
assembly-file-versioning-format: '{Major}.{Minor}.{Patch}.{CommitsSinceVersionSource}'
mode: ContinuousDeployment
ignore:
commits-before: 2020-01-01T00:00:00
commits-before: 2023-01-01T00:00:00
branches:
future:
regex: future?[/-]
Expand All @@ -21,6 +21,7 @@ branches:
increment: Patch
is-mainline: true
source-branches: []
tracks-release-branches: false
release:
regex: release?[/-]
mode: ContinuousDelivery
Expand Down

0 comments on commit 56cff22

Please sign in to comment.