Skip to content

Release#95

Merged
jamie-at-bunny merged 1 commit into
mainfrom
changeset-release/main
Jun 15, 2026
Merged

Release#95
jamie-at-bunny merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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

@bunny.net/cli@0.7.0

Minor Changes

  • #94 e2def53 Thanks @jamie-at-bunny! - feat(scripts): wait for DNS and enable HTTPS automatically when adding a custom domain

    scripts domains add gains --wait to poll DNS (up to 10 minutes) and issue the free SSL certificate once the domain points at bunny.net; interactive runs offer the same. scripts create and scripts init now offer a custom domain as part of the flow.

  • #94 e2def53 Thanks @jamie-at-bunny! - feat(scripts): point a custom domain at the pull zone via Bunny DNS automatically

    When a custom domain added in scripts create/init belongs to one of your Bunny DNS zones, the CLI offers to add (or repoint) the DNS record for you — always after confirmation — then issues SSL immediately since the record is already live on bunny's resolvers.

Patch Changes

  • #94 e2def53 Thanks @jamie-at-bunny! - refactor(scripts): share a common script selector across subcommands

    scripts subcommands (env, deployments, show, stats) now use a shared selector, so they consistently accept the optional [id] positional and --link flag for targeting and linking a script.

@bunny.net/cli-darwin-arm64@0.7.0

@bunny.net/cli-darwin-x64@0.7.0

@bunny.net/cli-linux-arm64@0.7.0

@bunny.net/cli-linux-x64@0.7.0

@bunny.net/cli-windows-x64@0.7.0

@greptile-apps

greptile-apps Bot commented Jun 15, 2026

Copy link
Copy Markdown

Greptile Summary

Automated Changesets release PR bumping @bunny.net/cli and all five platform binary packages from 0.6.0 to 0.7.0. All changes are machine-generated metadata — no source code is modified.

  • Three changeset files consumed and deleted; packages/cli/CHANGELOG.md gains the matching 0.7.0 entry covering two minor features (DNS-wait/HTTPS auto-issue and Bunny DNS auto-routing for custom domains) and one patch refactor (shared script selector).
  • All six package.json files version-bumped in lockstep, and @bunny.net/cli's optionalDependencies pins updated to 0.7.0 to match the platform packages.

Confidence Score: 5/5

Safe to merge — entirely machine-generated version bumps and changelog entries with no logic changes.

Every changed file is a package.json version field or a CHANGELOG.md entry generated by the Changesets action. All six packages move from 0.6.0 to 0.7.0 in lockstep as expected for a fixed-version group, and the optionalDependencies pins in the main package are updated consistently. The three consumed changeset files are correctly deleted.

No files require special attention.

Important Files Changed

Filename Overview
packages/cli/package.json Version bumped from 0.6.0 to 0.7.0; all five platform optionalDependencies pinned to matching 0.7.0 — consistent with the fixed-versioning group.
packages/cli/CHANGELOG.md 0.7.0 entry added with two minor changes (DNS wait/HTTPS, Bunny DNS routing) and one patch change (shared script selector); accurately reflects the consumed changesets.
packages/cli-darwin-arm64/package.json Version bumped to 0.7.0 in lockstep with the main CLI package.
packages/cli-darwin-x64/package.json Version bumped to 0.7.0 in lockstep with the main CLI package.
packages/cli-linux-arm64/package.json Version bumped to 0.7.0 in lockstep with the main CLI package.
packages/cli-linux-x64/package.json Version bumped to 0.7.0 in lockstep with the main CLI package.
packages/cli-windows-x64/package.json Version bumped to 0.7.0 in lockstep with the main CLI package.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["Changesets action\n(github-actions[bot])"] -->|"consumes changesets\nbumps versions"| B["Release PR #95\n0.6.0 → 0.7.0"]
    B --> C["packages/cli\n@bunny.net/cli@0.7.0"]
    B --> D["platform packages\n×5 → 0.7.0"]
    C -->|"optionalDependencies\npinned to 0.7.0"| D
    D --> E1["cli-linux-x64"]
    D --> E2["cli-linux-arm64"]
    D --> E3["cli-darwin-x64"]
    D --> E4["cli-darwin-arm64"]
    D --> E5["cli-windows-x64"]
    B -->|"deleted"| F[".changeset/*.md\n(3 files consumed)"]
Loading

Reviews (1): Last reviewed commit: "Version Packages" | Re-trigger Greptile

@jamie-at-bunny jamie-at-bunny merged commit 0084ba8 into main Jun 15, 2026
1 check passed
@jamie-at-bunny jamie-at-bunny deleted the changeset-release/main branch June 15, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant