Skip to content

Commit

Permalink
Fixed an issue where develop was publishing wrong version
Browse files Browse the repository at this point in the history
Closes dnnsoftware#5871

Also further limits how far back GitVersion looks at commits for versioning purposes which makes it way quicker to run.
  • Loading branch information
valadas committed Nov 18, 2023
1 parent 8b9226f commit f4699c3
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 f4699c3

Please # to comment.