-
Notifications
You must be signed in to change notification settings - Fork 32
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
Showing
5 changed files
with
8 additions
and
8 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 |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
- name: Generate changelog | ||
id: changelog | ||
uses: metcalfc/[email protected].1 | ||
uses: metcalfc/[email protected].2 | ||
with: | ||
myToken: ${{ secrets.GITHUB_TOKEN }} | ||
head-ref: "v0.0.2" | ||
|
@@ -19,7 +19,7 @@ jobs: | |
run: echo "${{ steps.changelog.outputs.changelog }}" | ||
- name: Generate changelog from release | ||
id: release | ||
uses: metcalfc/[email protected].1 | ||
uses: metcalfc/[email protected].2 | ||
with: | ||
myToken: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Get the changelog | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ on: | |
push: | ||
# Sequence of patterns matched against refs/tags | ||
tags: | ||
- "v*" # Push events to matching v*, i.e. v1.0, v0.2.1 | ||
- "v*" # Push events to matching v*, i.e. v1.0, v0.2.2 | ||
|
||
jobs: | ||
build: | ||
|
@@ -14,7 +14,7 @@ jobs: | |
uses: actions/checkout@v2 | ||
- name: Generate changelog | ||
id: changelog | ||
uses: metcalfc/[email protected].1 | ||
uses: metcalfc/[email protected].2 | ||
with: | ||
myToken: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Create Release | ||
|
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,15 +24,15 @@ There are two blocks you will need. First you will need to generate the changelo | |
|
||
- name: Generate changelog | ||
id: changelog | ||
uses: metcalfc/[email protected].1 | ||
uses: metcalfc/[email protected].2 | ||
with: | ||
myToken: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
Or if you have two specific references you want: | ||
|
||
- name: Generate changelog | ||
id: changelog | ||
uses: metcalfc/[email protected].1 | ||
uses: metcalfc/[email protected].2 | ||
with: | ||
myToken: ${{ secrets.GITHUB_TOKEN }} | ||
head-ref: 'v0.0.2' | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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