Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ branches:
main:
# Matches the main branch
regex: ^main$
# Uses 'alpha' as pre-release label before `beta`
label: rc
# Uses an empty label for stable releases
label: ''
# Increments patch version (x.y.z+1) on commits
increment: Patch
# Specifies develop as the source branch
Expand Down
Loading