feat: set up secure npm release automation for Gyros#36
Merged
Conversation
Agent-Logs-Url: https://github.com/Primajin/Gyros/sessions/5763bedf-99fc-47eb-9fc7-cbb083e43b43 Co-authored-by: Primajin <[email protected]>
Primajin
force-pushed
the
claude/setup-release-automation-for-gyros
branch
from
July 10, 2026 13:32
f85b51e to
f9ccbc5
Compare
Primajin
temporarily deployed
to
pr-preview/pr-36
July 10, 2026 13:32 — with
GitHub Actions
Inactive
Contributor
|
Contributor
2026-07-10T13:36:05.785Z-iPad_Pro_landscape-d2c05ea.png2026-07-10T13:36:05.785Z-iPad_Pro-d2c05ea.png2026-07-10T13:36:05.785Z-iPhone_13-d2c05ea.png |
Contributor
Console Logs✅ No logs were captured |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR sets up an automated, auditable release pipeline for Gyros using Release Please and a GitHub Actions–driven npm publish workflow, and updates the package to publish under the @primajin scope.
Changes:
- Configure Release Please (config + manifest) and add a
Release Pleaseworkflow onmain. - Add an npm publish workflow triggered by GitHub Release publication, publishing
@primajin/gyroswith provenance. - Add Conventional Commits contributor documentation and a PR title lint/sync workflow.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| release-please-config.json | Defines Release Please behavior for a Node package and changelog section mapping. |
| .release-please-manifest.json | Seeds Release Please manifest version tracking for the root package. |
| .github/workflows/release-please.yml | Adds automation to open/update release PRs and create GitHub Releases/tags. |
| .github/workflows/npm-publish.yml | Publishes the package to npm on release publication, building from CI and using provenance. |
| .github/workflows/lint-pr-title.yml | Enforces Conventional Commit–style PR titles and attempts to sync title bump level to commits. |
| package.json | Switches the npm package name to the scoped @primajin/gyros. |
| CONTRIBUTING.md | Documents commit conventions, release flow, provenance, and the package naming decision. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Primajin
reviewed
Jul 10, 2026
Co-authored-by: Copilot Autofix powered by AI <[email protected]> Co-authored-by: Jannis Hell <[email protected]>
Primajin
temporarily deployed
to
pr-preview/pr-36
July 10, 2026 13:59 — with
GitHub Actions
Inactive
Primajin
reviewed
Jul 10, 2026
Contributor
2026-07-10T14:02:18.392Z-iPad_Pro_landscape-42dcd74.png2026-07-10T14:02:18.392Z-iPad_Pro-42dcd74.png2026-07-10T14:02:18.392Z-iPhone_13-42dcd74.png |
Primajin
enabled auto-merge (squash)
July 10, 2026 14:03
Contributor
2026-07-10T14:04:26.491Z-iPad_Pro_landscape-7f66833.png2026-07-10T14:04:26.491Z-iPad_Pro-7f66833.png2026-07-10T14:04:26.491Z-iPhone_13-7f66833.png |
Primajin
disabled auto-merge
July 10, 2026 14:04
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.









Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.