Skip to content

Commit 41df08b

Browse files
committed
ci: change release note format
1 parent dfd9d53 commit 41df08b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,12 @@ jobs:
3232
- name: Get version number for release tag
3333
id: version-number
3434
run: echo "::set-output name=version::$(cat version)"
35-
- name: Prepare release notes file
36-
run: |
37-
touch release_notes.md
38-
echo "# bak ${{ steps.version-number.outputs.version }}" > release_notes.md
3935
- name: Extract release notes from the changelog
4036
id: extract-release-notes
4137
uses: ffurrer2/extract-release-notes@v1
4238
with:
4339
changelog_file: changelog.md
4440
release_notes_file: release_notes.md
45-
- name: Add footer to the release notes
46-
run: |
47-
echo "\n\n"
48-
echo "### More on installation and usage can be found [here](https://github.com/gamemaker1/bak/#readme)." >> release_notes.md
49-
echo "### Please report any bugs or submit ideas/feature requests [here](https://github.com/gamemaker1/bak/issues)." >> release_notes.md
50-
echo "### Thanks for using bak!" >> release_notes.md
5141
# Upload the release
5242
- name: Create GitHub release
5343
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)