Move releases to main-only rc channel#172
Merged
Merged
Conversation
- Change csproj version phase from 1.0.0-alpha to 1.0.0-rc - Add branch guard: workflow_dispatch from non-main requires version_override - Update release.yml comments to reflect rc phase - Update .github/workflows/README.md versioning table and docs - Update specs/clet-spec.md (§5.4, §5.6, §7 milestones, §8 risks) - Update docs/runbooks/release-rollback.md prerelease description - Update README.md from alpha language to release candidate Closes #171 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Moves clet out of alpha-style prereleases into an rc release policy for 1.0. Closes #171.
Changes
src/Clet/Clet.csproj—<Version>1.0.0-alpha</Version>→<Version>1.0.0-rc</Version>.github/workflows/release.yml— Added branch guard (workflow_dispatch from non-main requiresversion_override); updated comments from alpha to rc.github/workflows/README.md— Updated versioning table (removed Alpha/Beta rows, added RC row), tag examples, NuGet references, added branch guard documentationspecs/clet-spec.md— Updated §5.4 prerelease trigger description, §5.6 auto-increment docs, §7 milestone names (v0.75 alpha → v0.75 rc), §8 risks (retired develop-sprawl row)docs/runbooks/release-rollback.md— Simplified prerelease phase description to-rconlyREADME.md— "friends-and-family alpha" → "release candidate"; updated example version output, FAQ channel description, feedback section headingBehavior
develop(unchanged — already blocked)tg-main-published/editor-main-published)workflow_dispatchfrom non-main branches now fails fast unlessversion_overrideis providedv1.0.0-rc.1,v1.0.0-rc.2, etc. from tagsNo spec/runbook impact beyond what's listed
All doc updates are included in this PR per the doc-update gate.