Browse Source

chore: move CHANGELOG.md to the root dir

xurunkang 3 years ago
parent
commit
a6221d34cb
2 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/release.yml
  2. 0 0
      CHANGELOG.md

+ 0 - 1
.github/workflows/release.yml

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

+ 0 - 0
frontend/app_flowy/CHANGELOG.md → CHANGELOG.md