Skip to content

Commit

Permalink
Merge pull request #91 from xunleii/features/auto-changelog-ga
Browse files Browse the repository at this point in the history
Reenable auto changelog generation
  • Loading branch information
xunleii authored Apr 24, 2022
2 parents b683808 + f3c3f62 commit 9a389b0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/github.changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Generate & push changelog (master only)
on:
push:
branches: [master]

jobs:
generate-push-changelog:
name: Generate & push changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
with:
token: ${{ secrets.ALLOWED_GITHUB_TOKEN }}
- uses: heinrichreimer/github-changelog-generator-action@6f5b9494dd265d6fb7243a10c53dc0169c55f247 # renovate: tag=v2.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: EndBug/add-and-commit@8c12ff729a98cfbcd3fe38b49f55eceb98a5ec02 # renovate: tag=v7.5.0
with:
add: CHANGELOG.md
default_author: github_actions
message: "Commit last changes to CHANGELOG.md"

0 comments on commit 9a389b0

Please sign in to comment.