Skip to content

Commit

Permalink
Put back
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 8, 2024
1 parent 52f18cc commit 3f68d54
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Extract release notes
uses: ffurrer2/extract-release-notes@v2
with:
changelog_file: ./src/CHANGELOG.md
changelog_file: ./src/README.md
release_notes_file: RELEASE_NOTES.md
- name: Print
run: cat RELEASE_NOTES.md
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Extract release notes
uses: ffurrer2/extract-release-notes@v2
with:
changelog_file: src/docs/changes/CHANGELOG.md
changelog_file: src/docs/changes/README.md
release_notes_file: RELEASE_NOTES.md
- name: Create release
run: gh release create ${{ github.ref_name }} --notes-file RELEASE_NOTES.md
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

1. Update the `VERSION_NAME` in `gradle.properties` to the release version.

2. Update the [changelog](src/CHANGELOG):
2. Update the [changelog](src/docs/changes/README):
1. Change the `Unreleased` header to the release version.
2. Add a link URL to ensure the header link works.
3. Add a new `Unreleased` section to the top.
Expand Down
File renamed without changes.

0 comments on commit 3f68d54

Please sign in to comment.