Skip to content

chore: release arkor + create-arkor 0.0.1-alpha.6#96

Merged
k-taro56 merged 1 commit intomainfrom
eng-612
May 2, 2026
Merged

chore: release arkor + create-arkor 0.0.1-alpha.6#96
k-taro56 merged 1 commit intomainfrom
eng-612

Conversation

@k-taro56
Copy link
Copy Markdown
Contributor

@k-taro56 k-taro56 commented May 2, 2026

Summary

  • Bump the two public packages (arkor, create-arkor) from 0.0.1-alpha.5 to 0.0.1-alpha.6.
  • Bump DEFAULT_ARKOR_SPEC in packages/cli-internal/src/scaffold.ts (and the corresponding test expectations + override fixture filenames) to ^0.0.1-alpha.6. CI exercises the workspace via ARKOR_INTERNAL_SCAFFOLD_ARKOR_SPEC, not the registry, so pre-pinning the unreleased version is safe.
  • Update the alpha-version callouts in the per-package READMEs and the arkor-whoami deprecation-warning fixture.

What's new in alpha.6 vs alpha.5

Test plan

  • pnpm --filter @arkor/cli-internal test passes (scaffold tests assert ^0.0.1-alpha.6)
  • CI's e2e install tests resolve arkor from the workspace packages/arkor directory
  • After tagging v0.0.1-alpha.6 and running release.yaml:
    • npm view arkor@0.0.1-alpha.6 dist.attestations.provenance returns SLSA v1 provenance
    • npm pack arkor@0.0.1-alpha.6 && tar -xzf arkor-0.0.1-alpha.6.tgz && grep -oE 'phc_[A-Za-z0-9_-]+' package/dist/bin.mjs returns the configured PostHog project key (NOT empty — fixes the regression that ran from alpha.0 through alpha.5)
    • Tarball contains README.ja.md, CONTRIBUTING.md, LICENSE.md, README.md, docs/
    • npmjs.com page renders the README
  • Manually re-point latest after release: npm dist-tag add arkor@0.0.1-alpha.6 latest && npm dist-tag add create-arkor@0.0.1-alpha.6 latest

- Bump the two public packages from 0.0.1-alpha.5 to 0.0.1-alpha.6.
- Bump the scaffold's `DEFAULT_ARKOR_SPEC` (and the corresponding test
  expectations + override fixture filenames) to `^0.0.1-alpha.6`. CI
  exercises the workspace via `ARKOR_INTERNAL_SCAFFOLD_ARKOR_SPEC`,
  not the registry, so pre-pinning the unreleased version is safe.
- Update the alpha-version callouts in the per-package READMEs and the
  `arkor-whoami` deprecation-warning fixture.
Copilot AI review requested due to automatic review settings May 2, 2026 01:13
@k-taro56 k-taro56 requested a review from soleil-colza May 2, 2026 01:14
@codecov
Copy link
Copy Markdown

codecov Bot commented May 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Release-prep bump for the two public npm packages (arkor, create-arkor) and the internal scaffolder default so newly scaffolded projects target the new alpha.

Changes:

  • Bump arkor and create-arkor package versions to 0.0.1-alpha.6.
  • Update CLI-internal scaffold default (DEFAULT_ARKOR_SPEC) and corresponding tests/fixtures to ^0.0.1-alpha.6.
  • Refresh alpha-version callouts in package READMEs and the arkor whoami deprecation-warning E2E fixture.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/create-arkor/package.json Version bump to 0.0.1-alpha.6.
packages/create-arkor/README.md Update alpha status callout to alpha.6.
packages/cli-internal/src/scaffold.ts Update scaffold default arkor dependency spec to ^0.0.1-alpha.6.
packages/cli-internal/src/scaffold.test.ts Update expectations and override spec strings to alpha.6.
packages/arkor/package.json Version bump to 0.0.1-alpha.6.
packages/arkor/README.md Update alpha status callout to alpha.6.
e2e/cli/src/arkor-whoami.test.ts Update deprecation warning fixture to reference 0.0.1-alpha.6.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@k-taro56 k-taro56 merged commit efd81fa into main May 2, 2026
201 of 202 checks passed
@k-taro56 k-taro56 deleted the eng-612 branch May 2, 2026 01:31
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.

3 participants