diff --git a/.github/release-notes.yml b/.github/release-notes.yml index 95970f5..247f8c1 100644 --- a/.github/release-notes.yml +++ b/.github/release-notes.yml @@ -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: diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index dd03642..a5b890f 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -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 @@ -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: