chore(release): 0.46.0#440
Merged
Merged
Conversation
Deploying archgate-cli with
|
| Latest commit: |
683b069
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://adc80f35.archgate-cli.pages.dev |
| Branch Preview URL: | https://release.archgate-cli.pages.dev |
Contributor
Code Coverage
Full HTML report available in workflow artifacts. Per-directory breakdown
|
cc43193 to
a70df36
Compare
rhuanbarreto
added a commit
that referenced
this pull request
Jul 2, 2026
## Problem The session-context breaking changes (#446) made simple-release propose **v1.0.0** (release PR #440). We are not ready to publish 1.0.0 — the project still ships no support guarantees. Pre-1.0, breaking changes should produce a **minor** bump (0.46.0). ## Fix Override `getNextVersion` in `.simple-release.js`: when the current version is `0.x` and the conventional-commit computation yields a major bump, return the next minor instead. `bump()` derives its version from `getNextVersion`, so the manifest writes, changelog, release-PR title, and tag all stay consistent from the single cap. Explicit `version`/`as` bump options bypass the cap, so v1.0.0 remains available as a deliberate, forced decision. ## Verification Dry-run against the live git history (which contains the `feat!` commits): | | computed next version | |---|---| | stock `NpmProject` | `1.0.0` | | capped `ArchgateProject` | `0.46.0` | Lint, typecheck, format, and `archgate check` (39/39) green. ## After merge The push to `main` re-triggers the release `pull-request` workflow, which updates release PR #440 in place from 1.0.0 to 0.46.0 (title, changelog, version files, shim versions). **Do not merge #440 before this lands.** https://claude.ai/code/session_01SGjSjrywTnZDcUqgHWGrTj Signed-off-by: Rhuan Barreto <rhuan@barreto.work>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
rhuanbarreto
approved these changes
Jul 3, 2026
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.


archgate
0.46.0 (2026-07-02)
⚠ BREAKING CHANGES
Features
Bug Fixes
This PR was generated with simple-release.
📄 Cheatsheet
You can configure the bot's behavior through a pull request comment using the
!simple-release/set-optionscommand.Command Format
Useful Parameters
Bump
versionstringas'major' | 'minor' | 'patch' | 'prerelease'prereleasestringfirstReleasebooleanskipbooleanbyProjectRecord<string, object>Publish
skipbooleanaccess'public' | 'restricted'tagstringUsage Examples
Force specific version
Force major bump
Create alpha pre-release
Publish with specific access and tag
Access Restrictions
The command can only be used by users with permissions:
Notes
!simple-release/set-optionscommand takes priority