Skip to content

Commit

Permalink
chore(ci): adjust release changelog (#13895)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Dec 1, 2023
1 parent bad39b9 commit 6a5a9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
gh release view --repo datafuselabs/databend ${{ needs.create_release.outputs.version }} >> $df
sed -i -E 's/^--$/---/g' $df
sed -i -E '/^asset:/d' $df
sed -i -E 's_https://github.com/datafuselabs/databend/pull/([0-9]+)_[#\1](https://github.com/datafuselabs/databend/pull/\1)_g' $df
git add docs/release-nightly
git status
- uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit 6a5a9dc

Please sign in to comment.