This repository has been archived by the owner on Jan 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ef984b
commit d9543c9
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|