Skip to content

Commit

Permalink
Move changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Aug 8, 2024
1 parent 3b39939 commit 706451f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/notes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on:
push:
branches:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Extract release notes
uses: ffurrer2/extract-release-notes@v2
with:
changelog_file: ./src/README.md
release_notes_file: RELEASE_NOTES.md
- name: Print
run: cat RELEASE_NOTES.md
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/docs/changes/README.md):
2. Update the [changelog](src/README.md):
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
2 changes: 2 additions & 0 deletions src/docs/changes/README.md → src/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## [unreleased]

## [v8.3.0]

**Changed**
Expand Down
12 changes: 0 additions & 12 deletions src/docs/README.md

This file was deleted.

0 comments on commit 706451f

Please sign in to comment.