chore(release): v0.12.1#43
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What
Release v0.12.1 — a patch bump in
package.json(and lockfile) to ship the merged CLI fixes to npm.Why
#42 is on
mainbut not yet published, so users still get the old behaviour (required prompts + themkdir '/orc'crash). This bump lets a GitHub Release publish the fix.Since the package is in initial development (
0.y.z) and #42 is a bug fix, this is a PATCH bump per SemVer —0.12.0 → 0.12.1.Included since v0.12.0
fix(cli): make project location + github repo optional, guard bad dirs(fix(cli): make project location + github repo optional, guard bad dirs #42)./<name>)owner/repooptional (<owner>/<name>placeholder)mkdir ENOENTHow
npm version 0.12.1 --no-git-tag-version(thevX.Y.Ztag is created by the GitHub Release, which triggerspublish.yml).Type
feat— New featurefix— Bug fixdocs— Documentationrefactor— Code restructuringperf— Performance improvementstyle— Formatting / code stylechore— Maintenance / depsci— CI/CD changestest— TestsChecklist
release/)npm run lintpassesnpm testpasses (103 tests)Release steps (after merge)
v0.12.1targetingmain→publish.ymllints, builds, tests, and runsnpm publish --provenance.