docs: document the release cadence and policy in RELEASING.md - #182
Merged
Merged
Conversation
Merged
vibexp-agent
added a commit
that referenced
this pull request
Sep 19, 2026
## Summary Scheduled weekly release. Bumps `package.json` from `0.11.0` to `0.12.0` (minor — new capabilities, no breaking changes) and promotes the changelog. No linked issue: a release proposes nothing new — everything below was already reviewed and merged on `main`. Carries `no-issue-needed` per the `pr-linked-issue` workflow's own escape hatch. ## Included since v0.11.0 User-facing: - feat(users): add `users` command group with shared profile-field resolver (#177) - feat(conversations): add members list for channel membership (read) (#176) - feat(conversations): channel-membership write and self ops (add/remove/join/leave) (#178) Non-shipping (no changelog entry, do not affect the version bump): - fix: quote slackcli skill argument hint (#179) — plugin skill file only, not CLI behavior - docs: sync documentation with #179 (#180) - ci(deps): bump actions/deploy-pages (#172) - docs(web): add the v0.11.0 release blog post (#171) - docs: list every user-guide page (#169) - docs: document the release cadence and policy in RELEASING.md (#182) ## Changes in this PR - `package.json`: `0.11.0` -> `0.12.0` - `CHANGELOG.md`: new `## [0.12.0]` section under `[Unreleased]`, documenting the `users` command group and the `conversations` membership commands ## Checks - `bun run type-check`: clean - `bun test`: 551 pass, 0 fail ## Post-merge Once merged, the annotated tag `v0.12.0` is pushed against this commit, which runs `release.yml` to build binaries and update the Homebrew tap.
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.
Linked issue
Fixes #181
Summary
The community asked for a documented release cadence. This adds a root-level
RELEASING.mdas the single source of truth for release policy, leavingdocs/development/build-and-release.mdas the reference for release mechanics.RELEASING.mdcovers:main, and only when at least one releasable change exists (features, fixes, improvements, performance, runtime dependency updates, user-visible message fixes). Docs, website, CI andplugins/changes do not trigger a release on their own. A missed Saturday rolls over to the next.main(best effort)./releaseskill already applies; no pre-releases.SECURITY.md).Cross-links so the policy is discoverable:
README.md— entry in the developer docs listCONTRIBUTING.md— a short "When Will My Change Ship?" sectiondocs/development/build-and-release.md— pointer at the top of "Releasing" (rendered as a GitHub link on slackcli.dev bysync-docs.mjs)docs/development/project-structure.md— new file listed in the root treeweb/src/components/Foot.astro— "Release policy" footer linkDocumentation only; no code or workflow changes. No CHANGELOG entry, in line with previous docs-only PRs.
Checklist
ready-for-prlabel (constitution §1–2)bun run type-checkandbun testpass locally (551 pass, 0 fail)--no-verify, noSKIP=(constitution §5)docs/updated, added, or deleted as needed (constitution §7)