Skip to content

Commit

Permalink
Merge pull request #6 from lfgcampos/action-version-bump
Browse files Browse the repository at this point in the history
Bumping action version
  • Loading branch information
lfgcampos authored Dec 18, 2020
2 parents cd0f375 + 4ea8b5b commit 169ded8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
14 changes: 5 additions & 9 deletions .github/release-notes.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
releasenotes:
changelog:
sections:
- title: "Features"
emoji: ":star:"
- title: ":star: Features"
labels: [ "Type: Feature" ]
- title: "Enhancements"
emoji: ":chart_with_upwards_trend:"
- title: ":chart_with_upwards_trend: Enhancements"
labels: [ "Type: Enhancement" ]
- title: "Bug Fixes"
emoji: ":beetle:"
- title: ":beetle: Bug Fixes"
labels: [ "Type: Bug" ]
- title: "Dependency Upgrade"
emoji: ":hammer_and_wrench:"
- title: ":hammer_and_wrench: Dependency Upgrade"
labels: [ "Type: Dependency Upgrade" ]
issues:
exclude:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Create Release Notes Markdown
uses: docker://decathlon/release-notes-generator-action:2.1.0
uses: docker://decathlon/release-notes-generator-action:3.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
OUTPUT_FOLDER: temp_release_notes
Expand All @@ -22,7 +22,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Create a Draft Release Notes on GitHub
id: create_release
uses: actions/create-release@v1
uses: actions/create-release@v1.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
Expand Down

0 comments on commit 169ded8

Please sign in to comment.