Add @hawk.so/core to npm publish #185
Merged
Merged
Conversation
neSpecc
approved these changes
Apr 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Extends the npm publish GitHub Actions workflow to publish @hawk.so/core alongside @hawk.so/javascript, and updates @hawk.so/javascript to depend on @hawk.so/core at runtime (reverting the temporary approach from #180).
Changes:
- Move
@hawk.so/corefromdevDependenciestodependenciesinpackages/javascript. - Publish
@hawk.so/coreto npm in.github/workflows/npm-publish.ymlbefore publishing@hawk.so/javascript. - Bump
actions/checkoutfromv2tov4in the publish + notify jobs.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/javascript/package.json | Makes @hawk.so/core a runtime dependency of @hawk.so/javascript. |
| .github/workflows/npm-publish.yml | Publishes @hawk.so/core in CI and updates checkout action version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
4859524 to
ec27a3f
Compare
neSpecc
reviewed
May 2, 2026
5711628 to
654add7
Compare
9e26ff2 to
4f5c1a1
Compare
2f4dd05 to
6681ee8
Compare
4f5c1a1 to
6b4d7f0
Compare
Added CI jobs to publish a new versions of @hawk.so/core. Added CI workflows that check if versions of packages core and javascript should be bumped. Bump level depends on commit message: - major - '!' after type or body contains 'BREAKING CHANGES' string - minor - commit of type 'feat' - patch - otherwise
6b4d7f0 to
73acea2
Compare
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.
Extends the CI publish workflow to publish
@hawk.so/coreto npm alongside@hawk.so/javascript.Also bumps
actions/checkoutfromv2tov4in both workflow jobs.Also moves
@hawk.so/corefrom a dev dependency to a runtime dependency in@hawk.so/javascript(see #180).