chore(release): monorepo release - #168
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
simple-release
branch
6 times, most recently
from
July 16, 2026 15:01
0719cd9 to
aa3953d
Compare
github-actions
Bot
force-pushed
the
simple-release
branch
7 times, most recently
from
July 17, 2026 08:45
bfbabc6 to
0342fa7
Compare
dangreen
marked this pull request as ready for review
July 17, 2026 09:29
dangreen
approved these changes
Jul 17, 2026
Member
|
!simple-release/set-options {
"bump": {
"prerelease": "alpha",
"byProject": {
"agera": {
"prerelease": "beta"
},
"kida": {
"prerelease": "beta"
},
"@nano_kit/store": {
"prerelease": "beta"
},
"@nano_kit/query": {
"prerelease": "beta"
}
}
}
} |
- @nano_kit/router@1.0.0-alpha.17
github-actions
Bot
force-pushed
the
simple-release
branch
from
July 17, 2026 09:30
0342fa7 to
81d6ebd
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #168 +/- ##
=======================================
Coverage 83.86% 83.86%
=======================================
Files 138 138
Lines 2969 2969
Branches 560 560
=======================================
Hits 2490 2490
Misses 340 340
Partials 139 139 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
@nano_kit/router
1.0.0-alpha.17 (2026-07-17)
Bug Fixes
statusCodeof loadablenotFoundpages (#166) (40da5a6)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
Custom Changelog Preamble
You can add custom markdown to the top of the changelog (right after the version header) using the
!simple-release/set-preamblecommand. The markdown after the command line becomes the preamble.In a monorepo, pass the full package name after the command to target a single package's changelog. Wrap the name in backticks so GitHub keeps it as text instead of a mention:
Use one comment per package, plus one without a name for the whole release.
Access Restrictions
The commands can only be used by users with permissions:
Notes
!simple-release/set-optionscommand takes priority!simple-release/set-preamblecomment per package takes priorityset-optionscommand will be ignored