Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Change version detecting patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarypiatek committed Jan 21, 2021
1 parent 0ef984b commit d9543c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Calculate next version
uses: cezarypiatek/[email protected]
with:
minor-pattern: '.*'
minor-pattern: '\bAdd\b'
patch-pattern: '.*'
output-to-env-variable: 'VersionPrefix'
- name: Set version for Visual Studio Extension
uses: cezarypiatek/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Calculate next version
uses: cezarypiatek/[email protected]
with:
minor-pattern: '.*'
minor-pattern: '\bAdd\b'
patch-pattern: '.*'
output-to-env-variable: 'Version'
- name: Set version for Visual Studio Extension
uses: cezarypiatek/[email protected]
Expand Down

0 comments on commit d9543c9

Please sign in to comment.