From 387c31a4580af70a8c1903065df0772d52fc468b Mon Sep 17 00:00:00 2001 From: xberry1231 Date: Sun, 26 Apr 2026 19:30:22 -0400 Subject: [PATCH] docs(changelog): update release automation description to include branch pushes and tag moves --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a6fdff..741121d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 for better popout window compatibility. - Expanded release automation to bump versions without Bun's prefixed git tags, refresh existing GitHub release assets, and publish loose release files with - the GitHub CLI. + the GitHub CLI, including optional branch pushes and explicit tag moves for + updating GitHub's generated source archives. - Added a release dry-run mode to preview version, build, staging, tag, and GitHub release actions without changing files or assets. - Reworked the README for a public audience, including current usage defaults,