You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update GitHub Actions workflow to generate changelog from release notes on release event.
- **Workflow Changes**:
- Renames workflow from `Changelog CI` to `Changelog on release` in `.github/workflows/changelog-ci.yml`.
- Changes trigger from `pull_request` to `release` with type `published`.
- **Actions**:
- Updates `actions/checkout` from `v2` to `v4` with `fetch-depth: 0` and `ref: dev`.
- Replaces `saadmk11/[email protected]` with `rhysd/changelog-from-release/action@v3` to generate changelog from release notes.
0 commit comments