Skip to content

Commit 7c5ae95

Browse files
lgamorimclaude
andcommitted
Record that release candidates are published to nuget.org as prereleases
The rule said the annotated tag records that a candidate is not published, but 1.0.0-rc.1 is live on nuget.org: candidates go out as prerelease packages so real consumers can validate them before GA. Align the rule with the practice. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 8e07652 commit 7c5ae95

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.claude/rules/project/sqlbound.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ rule go upstream to `claude-rules` first and are then re-synced.
2929
roadmap assigns it, not at a mechanical bump of the previous minor.
3030
- A release candidate does not close its phase: `PackageVersion` moves to
3131
`X.Y.Z-rc.N`, `CHANGELOG.md` gets its own `## [X.Y.Z-rc.N]` entry, and the
32-
annotated tag records that the candidate is not published to nuget.org.
32+
candidate is published to nuget.org as a prerelease so it can be validated
33+
by real consumers (NuGet offers prereleases only to those who opt in).
3334
Further candidates bump `N`; the clean `X.Y.Z` and its `vX.Y.Z` tag at GA
3435
are what close the phase and its milestone.
3536
- Each phase has one matching GitHub milestone (titled

0 commit comments

Comments
 (0)