Skip to content

Commit 1e0d281

Browse files
committed
update change log on release
1 parent 9723984 commit 1e0d281

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,10 @@ jobs:
240240
git config pull.rebase true
241241
git config remote.origin.url >&-
242242
- id: branch
243-
name: Create branch
243+
name: Create branch and update change log
244244
run: |
245245
git checkout -b ci-${{ github.run_id }}
246+
docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog:0.15.1 > CHANGELOG.md
246247
git commit -am "chore(ci): bump version to ${{ inputs.version }}"
247248
git push origin ci-${{ github.run_id }}
248249
- id: create_pr

0 commit comments

Comments
 (0)