mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-11-09 23:46:19 +03:00
chore: move CHANGELOG.md to the root dir
This commit is contained in:
parent
7eada39a8b
commit
a6221d34cb
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -17,7 +17,6 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Build release notes
|
||||
working-directory: frontend/app_flowy
|
||||
run: |
|
||||
touch ${{ env.RELEASE_NOTES_PATH }}
|
||||
cat CHANGELOG.md | sed -e '/./{H;$!d;}' -e "x;/##\ Version\ ${{ github.ref_name }}/"'!d;' >> ${{ env.RELEASE_NOTES_PATH }}
|
||||
|
Loading…
Reference in New Issue
Block a user