Merge pull request #364 from tsuiyuenhong/main

This commit is contained in:
Nathan.fooo 2022-02-21 22:46:02 +08:00 committed by GitHub
commit b5d463578a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Build release notes - name: Build release notes
working-directory: frontend/app_flowy
run: | run: |
touch ${{ env.RELEASE_NOTES_PATH }} touch ${{ env.RELEASE_NOTES_PATH }}
cat CHANGELOG.md | sed -e '/./{H;$!d;}' -e "x;/##\ Version\ ${{ github.ref_name }}/"'!d;' >> ${{ env.RELEASE_NOTES_PATH }} cat CHANGELOG.md | sed -e '/./{H;$!d;}' -e "x;/##\ Version\ ${{ github.ref_name }}/"'!d;' >> ${{ env.RELEASE_NOTES_PATH }}