Skip to content

Commit

Permalink
try making gitversion actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Oct 25, 2024
1 parent 88a4a29 commit b315503
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,4 @@ commit-date-format: 'yyyy-MM-dd'
ignore:
sha: []
commits-before: 2021-01-01T00:00:00
merge-message-formats: {}
branches:
main:
regex: ^master(\-0\.x)?$|^main(\-0\.x)?$
source-branches: []
develop:
regex: ^dev(elop)?(ment)?(\-0\.x)?$
source-branches:
- main
release:
mode: ContinuousDeployment
source-branches: ['develop']
merge-message-formats: {}

0 comments on commit b315503

Please sign in to comment.