[Chore] Prepare 0.1.0 minor release notes - #198
Conversation
Cover post-0.0.4 user-facing work not already noted: Bitbucket Cloud, Zero wallets, task analytics metrics, and several operator-visible fixes.
|
Re-reviewed the latest commit that normalizes every changeset to a single
|
Always use a single @roomote/web bump line so release notes no longer look like inaccurate multi-package inventories, and document correct minor/patch version math.
|
Addressed the package-attribution note: every pending changeset now uses a single |
Related issue
N/A — internal Roomote release prep (changeset notes + release-skill guidance).
Why this PR exists
What changed
Adds the remaining post-
0.0.4user-facing/operator-facing release notes under.changeset/so the next product release can be cut as 0.1.0 (minor).Also tightens changeset authoring conventions after review:
'@roomote/web': <level>line (package names only carry bump level; multi-package maps looked like inaccurate package inventories)..agents/skills/changeset-release-pr/SKILL.mdand.changeset/README.mdso future release prep always uses that single conventional package line and states expected version with real semver math (0.0.4+ minor →0.1.0).This PR does not bump
package.jsonor editCHANGELOG.md— merging it lets release CI open or refresh the Release Roomote 0.1.0 Version PR, which applies the bump and changelog.Expected next version
0.0.4→0.1.0(highest pending level across all changesets isminor).Drafted CHANGELOG preview
Minor changes
metric=).Patch changes
/auth/dev-loginrequires explicitWEB_DEV_LOGIN_ENABLED=trueopt-in (local/pnpm devstill set it automatically).APP_ENV/R_APP_ENVinto user-facing task/shell env.R_TEAMS_BOT_*pair is unset.intentionally skipped (no new notes)
Chores and polish that ride along without a changelog bullet: lightbulb Advisor icon (#196), fictional test fixtures (#192), main-image build dispatch (#190), GitHub bot-identity refactor (#177). Already-covered merges: Advisor (#193), worker app env (#195), Slack cancel (#191), env writes (#188), planning-model env forward (#187), dev-login flag (#186), Sandboxes provisioning (#175). The changeset-release skill itself is updated in this PR for process only (no product release note).
How it was tested
v0.0.4/ root version0.0.4/ CHANGELOG top section reviewed.git log v0.0.4..origin/develop --oneline --first-parentagainst pending.changeset/*.md.computeNextVersion('0.0.4', ['minor', 'patch'])→0.1.0.'@roomote/web'frontmatter; pre-pushlint:fast/check-types:fast/ knip green.Checklist
[Fix],[Feat],[Improve],[Refactor],[Docs], or[Chore]followed by a user-facing descriptionpnpm lintandpnpm check-typespass locallypnpm changesetImpact
Merging this PR does not ship the version bump by itself. Once it lands on
develop, release CI will open or refresh Release Roomote 0.1.0, which is what updates version + CHANGELOG; merging that Version PR then cuts the promote-to-main path as usual. Future release prep should no longer invent multi-package frontmatter or mislabel minor bumps asX.Y.Z+1.