-
Notifications
You must be signed in to change notification settings - Fork 1
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
82a4f34
commit aee2772
Showing
4 changed files
with
30 additions
and
11 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
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 |
---|---|---|
|
@@ -24,13 +24,14 @@ jobs: | |
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected] | ||
with: | ||
versionSpec: '6.x' | ||
includePrerelease: true | ||
# renovate: datasource=github-releases depName=gittools/gitversion | ||
versionSpec: '6.1.0' | ||
|
||
- name: Install GitReleaseManager | ||
uses: gittools/actions/gitreleasemanager/[email protected] | ||
with: | ||
versionSpec: '0.18.x' | ||
# renovate: datasource=github-releases depName=gittools/gitreleasemanager | ||
versionSpec: '0.18.0' | ||
|
||
- name: Use GitVersion | ||
id: gitversion | ||
|
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 |
---|---|---|
|
@@ -31,12 +31,14 @@ jobs: | |
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected] | ||
with: | ||
versionSpec: '6.x' | ||
includePrerelease: true | ||
# renovate: datasource=github-releases depName=gittools/gitversion | ||
versionSpec: '6.1.0' | ||
|
||
- name: Use GitVersion | ||
id: gitversion | ||
uses: gittools/actions/gitversion/[email protected] | ||
- name: Install GitReleaseManager | ||
uses: gittools/actions/gitreleasemanager/[email protected] | ||
with: | ||
# renovate: datasource=github-releases depName=gittools/gitreleasemanager | ||
versionSpec: '0.18.0' | ||
|
||
- name: Create Milestone | ||
uses: WyriHaximus/github-action-create-milestone@v1 | ||
|
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 |
---|---|---|
|
@@ -28,14 +28,15 @@ jobs: | |
if: ${{ github.event.action == 'opened' }} | ||
uses: gittools/actions/gitversion/[email protected] | ||
with: | ||
versionSpec: '6.x' | ||
includePrerelease: true | ||
# renovate: datasource=github-releases depName=gittools/gitversion | ||
versionSpec: '6.1.0' | ||
|
||
- name: Install GitReleaseManager | ||
if: ${{ github.event.action == 'opened' }} | ||
uses: gittools/actions/gitreleasemanager/[email protected] | ||
with: | ||
versionSpec: '0.18.x' | ||
# renovate: datasource=github-releases depName=gittools/gitreleasemanager | ||
versionSpec: '0.18.0' | ||
|
||
- name: Use GitVersion | ||
if: ${{ github.event.action == 'opened' }} | ||
|