Skip to content

Commit d0a5d60

Browse files
committed
docs: remove phases from release titles
1 parent aea8b55 commit d0a5d60

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Contract change type: semantic change
6464

6565
## [0.4.0] - 2024-11-17
6666

67-
**Release Title:** Phase 0 - Improvements and Fixes
67+
**Release Title:** Improvements and Fixes
6868

6969
Contract change type: additive
7070

@@ -86,7 +86,7 @@ Contract change type: additive
8686

8787
## [0.3.0] - 2024-11-01
8888

89-
**Release Title:** Phase 0 - Implemented Cloudways List API Endpoints
89+
**Release Title:** Implemented Cloudways List API Endpoints
9090

9191
Contract change type: additive
9292

@@ -105,7 +105,7 @@ Contract change type: additive
105105

106106
## [0.2.0] - 2024-10-30
107107

108-
**Release Title:** Phase 0 - Implemented Cloudways Server API Endpoints
108+
**Release Title:** Implemented Cloudways Server API Endpoints
109109

110110
Contract change type: additive
111111

@@ -120,7 +120,7 @@ Contract change type: additive
120120

121121
## [0.1.0] - 2024-09-25
122122

123-
**Release Title:** Phase 0 - Official Stable Release
123+
**Release Title:** Official Stable Release
124124

125125
Contract change type: additive
126126

CODEX.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@ gem build ruby_api_pack_cloudways.gemspec
5858
1. Update `lib/ruby_api_pack_cloudways/version.rb` to the new version.
5959
2. Move `[Unreleased]` notes in `CHANGELOG.md` into a new versioned entry:
6060
`## [<version>] - <YYYY-MM-DD>`, with a release title line in the format
61-
`**Release Title:** Phase <N> - <short title>`, where `Phase <N>` is the
62-
active phase name from this repo's own `ROADMAP.md` and `<short title>`
63-
is a concise summary of what shipped. If the release spans no single
64-
ROADMAP phase, state that explicitly instead of inventing one.
61+
`**Release Title:** <short title>`, where `<short title>` is a concise
62+
summary of what shipped. Do not include roadmap phase numbers, names, or
63+
version numbers in release titles.
6564
3. Run the validation gate described in [AGENTS.md](AGENTS.md) plus
6665
`gem build ruby_api_pack_cloudways.gemspec` — must pass clean.
6766
4. Stage and commit the version bump and changelog update.
6867
5. Create the git tag: `git tag v<version>` (matching `version.rb` exactly),
6968
then push the commit and tag.
7069
6. Publish the GitHub Release from that tag: `gh release create v<version>
71-
--title "v<version>: Phase <N> - <short title>" --notes-file` (extract the
72-
new version's changelog section, or `--notes` inline for a short release).
70+
--title "<short title>" --notes-file` (extract the new version's changelog
71+
section, or `--notes` inline for a short release). The GitHub Release title
72+
must match the changelog release title exactly.
7373
7. `gem push` is **not** run by Codex — that stays with Bradley Potts.
7474

7575
## Hard Limits

0 commit comments

Comments
 (0)