- Backfill CHANGELOG.md with all stable releases (v0.1.2 through v0.4.3) using Keep a Changelog format with Added/Fixed/Changed categories - Add update-changelog.sh script that generates entries from git conventional commits (feat/fix) between stable tags - Add update-changelog.yml workflow triggered on stable release publish, auto-prepending the new entry and committing back to master - Idempotent: skips if version already exists in changelog - Supports manual trigger via workflow_dispatch for backfills |
||
|---|---|---|
| .. | ||
| checks-on-pr.yml | ||
| ci-run.yml | ||
| cross-platform-build-manual.yml | ||
| master-branch-flow.md | ||
| pub-aur.yml | ||
| pub-homebrew-core.yml | ||
| pub-scoop.yml | ||
| publish-crates-auto.yml | ||
| publish-crates.yml | ||
| README.md | ||
| release-beta-on-push.yml | ||
| release-stable-manual.yml | ||
| tweet-release.yml | ||
| update-changelog.yml | ||
Workflow Directory Layout
GitHub Actions only loads workflow entry files from:
.github/workflows/*.yml.github/workflows/*.yaml
Subdirectories are not valid locations for workflow entry files.
Repository convention:
- Keep runnable workflow entry files at
.github/workflows/root. - Keep cross-tooling/local CI scripts under
dev/orscripts/ci/when used outside Actions.
Workflow behavior documentation in this directory:
.github/workflows/master-branch-flow.md