Version Packages - #5
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
July 24, 2026 15:53
851e9f3 to
774dd49
Compare
There was a problem hiding this comment.
Pull request overview
Bumps the project’s release version to 1.2.0 and records the corresponding release notes so the next Release workflow run on main can tag v1.2.0 and publish a GitHub release.
Changes:
- Update the shared Swift version constant (
DevCtlVersion.version) to1.2.0. - Bump
package.jsonversion to1.2.0(release source of truth). - Generate
CHANGELOG.mdentry for1.2.0and remove the consumed Changesets file.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| Sources/DevCtlKit/Model/Models.swift | Bumps the Swift-side version constant to 1.2.0. |
| package.json | Bumps the release/version source-of-truth to 1.2.0. |
| CHANGELOG.md | Adds the 1.2.0 release notes entry. |
| .changeset/cursor-session-hook.md | Removes the changeset after it has been released. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 24, 2026 15:54
774dd49 to
ac89e98
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 24, 2026 17:59
ac89e98 to
dfb5b7a
Compare
Keep the changelog preamble under the title, and make sync-version update package-lock.json so Version Packages stays consistent.
Extend sync-version so Version Packages bumps keep the lockfile root version aligned.
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
devctl@1.2.0
Minor Changes
#4
40d3e97- Add Cursor sessionStart harness (devctl hook install --harness cursor) so Agent sessions get live<devctl-servers>context.#6
d5ebe80- Open servers and run lifecycle verbs viadevctl://URLs (menu bar app +devctl link/devctl x-url), with unified logging under subsystemdev.quantizor.devctl.Patch Changes
#6
46ab7b1- Warn inconfig checkwhen a host or url uses barelocalhost/127.0.0.1instead of a<slug>.localhostorigin.#6
4695414- Afterhook install, print a one-bullet CLAUDE.md / AGENTS.md discovery tip for the project (paste-only; never auto-edits those files).#6
67d83e7- Restore config-defined servers after reboot anddaemon installupgrades (merged config+registry recover; install re-ensures like restart).#6
631a50f- Spotlight entries use<project> · <head>titles with adevctl · <url>subtitle for clearer discovery.All notable changes to this project are documented here. Releases are tagged
vX.Y.Zon GitHub (same scheme Changesets uses for this root package).