-
Notifications
You must be signed in to change notification settings - Fork 14
feat: Publish NPM package for version v5.6.0 rc1 #247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #247 +/- ##
========================================
Coverage 83.66% 83.66%
========================================
Files 38 38
Lines 1218 1218
Branches 227 227
========================================
Hits 1019 1019
Misses 199 199 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the package version to 5.6.0-rc1 and configures the project for NPM publication. The changes include version bumping, repository URL corrections, and GitHub Actions workflow updates to enable automated publishing on tag pushes.
- Version bumped from 5.5.0 to 5.6.0-rc1
- Repository URLs corrected from "PoCo-dev" to "PoCo"
- Publish workflow updated to trigger on tag pushes instead of releases
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
package.json | Version bump and repository URL corrections |
.github/workflows/publish.yml | Updated trigger and workflow dependencies for NPM publishing |
.github/workflows/main.yml | Renamed job from "coverage" to "build-and-test" |
Comments suppressed due to low confidence (1)
.github/workflows/publish.yml:14
- The workflow reference '@publish-npm-v1.5.0' may not exist. Based on the previous version being v1.2.0, please verify that v1.5.0 is a valid published version of this workflow.
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@publish-npm-v1.5.0
Successful publish :