Skip to content

Automate mainline next publish and patch bump PR flow#8

Merged
anand-testcompare merged 1 commit intomainfrom
feat/auto-next-release
Feb 28, 2026
Merged

Automate mainline next publish and patch bump PR flow#8
anand-testcompare merged 1 commit intomainfrom
feat/auto-next-release

Conversation

@anand-testcompare
Copy link
Contributor

Summary

  • switch package publish workflow to fully automatic CI/CD on push to main (no manual trigger)
  • publish to GitHub Packages using npm dist-tag next
  • enforce patch-only version scheme 0.0.x for this flow
  • set package baseline version to 0.0.1
  • after publish, auto-open a PR bumping package.json to the next patch version (0.0.x -> 0.0.(x+1))
  • keep release gated to merged PR commits only (no direct push publishing)

Notes

  • Workflow: .github/workflows/publish-package.yml
  • Version baseline update: package.json
  • README updated with release automation behavior

Validation

  • bun run format
  • bun run check
  • bun run typecheck
  • bun test
  • bun run build

@anand-testcompare anand-testcompare merged commit 3e27d17 into main Feb 28, 2026
7 checks passed
@anand-testcompare anand-testcompare deleted the feat/auto-next-release branch February 28, 2026 00:29
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.

1 participant