Release v1.3.2 — development to main (npm re-scope to @postkitstack/postkit) - #52
Closed
nipunappri[bot] wants to merge 8 commits into
Closed
Release v1.3.2 — development to main (npm re-scope to @postkitstack/postkit)#52nipunappri[bot] wants to merge 8 commits into
nipunappri[bot] wants to merge 8 commits into
Conversation
- Updated `postkit init` command to accept an optional module argument for scoped initialization. - Implemented separate scaffolding for `db`, `auth`, and `stack` modules. - Created `scaffoldStorageMigration` to bootstrap storage migrations during full initialization. - Enhanced `.gitignore` management to include module-specific entries. - Updated documentation to reflect new scoped initialization options and their effects. - Added tests for new functionality and ensured idempotency of init commands.
Feature/module initialization
(cherry picked from commit 511d4d8)
Rename the published package from @appritech/postkit to @postkitstack/postkit to match the new postkitstack npm org. - cli/package.json + package-lock.json: package name - README.md, cli/README.md: install commands, badges, npm links - docs (installation, intro, blog posts): install commands - docs/blog/authors.yml: GitHub org URL (missed by #50) Bin name (postkit) and version (1.3.2) unchanged.
chore: re-scope npm package to @postkitstack/postkit
2 tasks
Author
|
Superseded by #53 (fresh branch |
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.
Branch:
development→mainSummary
@postkitstack/postkit(was@appritech/postkit).developmentsincev1.3.0: scopedinitcommands, non-blocking bootstrap migrations, db infra/cloning improvements, and the org/scope rename.Changes
Features
feat: add scoped init command for db, auth, and stack modules(2638b41) —postkit init db|auth|stackfeat: implement non-blocking bootstrap migrations for db start command(88da07c)feat(db): enhance infrastructure management and cloning process(838bcfb)feat(db): implement line sanitization for database cloning(dde8574)Chore / rename
chore: re-scope npm package to @postkitstack/postkit(da725d7)fix: issues on postkit skill, repo migration changes, minor docs(0de8f01, orig. fix: issues on postkit skill, repo migration changes, minor docs #50) —appritechnologies→postkitstackGitHub org,agent/skills/→skills/, internal-skill metadatafix: encode scoped npm badge URL(f0df2b2)Version
cli/package.json:1.3.0→1.3.2(820c0ed,9c4b199)57 files changed, +1408 / −260 since
v1.3.0.Type of Change
Test Plan
npm run test) — CInpm run test:e2e) — CI (also gates the release workflow)npm run build) — CIBreaking Changes
Published package name changes from
@appritech/postkitto@postkitstack/postkit. Existing users must reinstall:npm uninstall -g @appritech/postkit && npm install -g @postkitstack/postkitThe
postkitcommand is unchanged.Release checklist (after merge)
NPM_TOKENsecret must have publish rights to the@postkitstacknpm org.release.ymlpublishes with--provenance --access public; it will fail if the token can't publish to the new scope.v1.3.2and push — triggersrelease.yml(unit + e2e tests → GitHub Release →npm publish).npm deprecate "@appritech/postkit@*" "Moved to @postkitstack/postkit".