Skip to content

Commit

Permalink
Update Gitversion to latest pattern (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
PlagueHO authored Jan 20, 2021
1 parent 28d3538 commit aa13946
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
branch to `main`.
- DFSDsc
- Automatically publish documentation to GitHub Wiki - Fixes [Issue #109](https://github.com/dsccommunity/DFSDsc/issues/109).
- Updated `GitVersion.yml` to latest pattern - Fixes [Issue #113](https://github.com/dsccommunity/DFSDsc/issues/113).

## [4.4.0.0] - 2019-09-19

Expand Down
5 changes: 2 additions & 3 deletions GitVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ branches:
tag: useBranchName
increment: Minor
regex: f(eature(s)?)?[\/-]
source-branches: ['main']
source-branches: ['master']
hotfix:
tag: fix
increment: Patch
regex: (hot)?fix(es)?[\/-]
source-branches: ['main']

source-branches: ['master']
ignore:
sha: []
merge-message-formats: {}

0 comments on commit aa13946

Please sign in to comment.