mirror of
https://github.com/logos-storage/nim-serde.git
synced 2026-02-20 21:53:06 +00:00
ci: update CHANGELOG on master push
This commit is contained in:
parent
b04435fb88
commit
2d6ead6245
24
.github/workflows/changelog.yml
vendored
Normal file
24
.github/workflows/changelog.yml
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
name: changelog
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
name: Generate changelog
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: "✏️ Generate release changelog"
|
||||
uses: heinrichreimer/action-github-changelog-generator@v2.3
|
||||
with:
|
||||
token: ${{ secrets.CHANGELOG_GITHUB_TOKEN }}
|
||||
- name: Commit CHANGELOG.md
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
branch: master
|
||||
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
|
||||
file_pattern: CHANGELOG.md
|
||||
Loading…
x
Reference in New Issue
Block a user