Skip to content

Commit

Permalink
Regenerate CHANGELOG from GitHub releases (#4199)
Browse files Browse the repository at this point in the history
  • Loading branch information
luin authored May 13, 2024
1 parent 999d607 commit 09ed45e
Show file tree
Hide file tree
Showing 6 changed files with 552 additions and 235 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Generate Changelog

on:
release:
types: [published]

jobs:
changelog:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20

- run: npm ci
- run: node ./scripts/changelog.mjs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
375 changes: 209 additions & 166 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading

0 comments on commit 09ed45e

Please sign in to comment.