File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -32,22 +32,12 @@ jobs:
32
32
- name : Get version number for release tag
33
33
id : version-number
34
34
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
39
35
- name : Extract release notes from the changelog
40
36
id : extract-release-notes
41
37
uses : ffurrer2/extract-release-notes@v1
42
38
with :
43
39
changelog_file : changelog.md
44
40
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
51
41
# Upload the release
52
42
- name : Create GitHub release
53
43
uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments