chore: replace the stale release-as guidance with initial-version - #13
Merged
Merged
Conversation
Port of TzuH-Hsu/github-project-os#39 (06662a5). release-please-config.json gains initial-version: 0.1.0 (inert here, the repo already has v0.1.0); docs/setup/bootstrap.md and scripts/bootstrap.sh stop describing a release-as pin that never existed in this repo's config. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
移植上游 TzuH-Hsu/github-project-os#39(
06662a5)。docs/setup/bootstrap.mdL170-172 與scripts/bootstrap.shL877-881 一直寫著「config 會留著release-as: 0.1.0,首發後再拿掉」,但本 repo 的release-please-config.json從 bootstrap 起就沒有那個 key——這是 09-15 首發跑成 v1.0.0(已退回 v0.1.0)的成因。release-please-config.json:加"initial-version": "0.1.0"。release-please 只在還沒有任何 release 時讀它,本 repo 已有 v0.1.0,所以對之後的發版沒有影響,純粹讓 config 與模板一致、文件不再說謊。docs/setup/bootstrap.md:那段改成說明initial-version的語意與 1.0.0 的成因(逐字同上游)。scripts/bootstrap.sh:de-template 尾端的 note/manual 改成用 sed 讀 config 有沒有initial-version,沒有就warn+manual(逐字同上游)。docs/template/architecture.md,本 repo de-template 後沒有該檔,不移植。chore:,不進 changelog。Related issue
Closes #12
Validation
make lintmake testbash -o noexec scripts/bootstrap.sh;grep release-as三檔為 0;config 為合法 JSONRisk / rollback
Checklist
<type>: <description>)*.local.mdfiles committed