chore: move CHANGELOG.md to the root dir

This commit is contained in:
xurunkang 2022-02-21 15:59:04 +08:00
parent 7eada39a8b
commit a6221d34cb
2 changed files with 0 additions and 1 deletions

View File

@ -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 }}