We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9723984 commit 1e0d281Copy full SHA for 1e0d281
.github/workflows/release.yml
@@ -240,9 +240,10 @@ jobs:
240
git config pull.rebase true
241
git config remote.origin.url >&-
242
- id: branch
243
- name: Create branch
+ name: Create branch and update change log
244
run: |
245
git checkout -b ci-${{ github.run_id }}
246
+ docker run -v "${PWD}":/workdir quay.io/git-chglog/git-chglog:0.15.1 > CHANGELOG.md
247
git commit -am "chore(ci): bump version to ${{ inputs.version }}"
248
git push origin ci-${{ github.run_id }}
249
- id: create_pr
0 commit comments