Skip to content
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

GitHub Actions release workflow addition #125

Merged
merged 1 commit into from
May 18, 2023
Merged

Conversation

paulmarsicloud
Copy link
Contributor

Description

  • Setting up a release.yml GitHub Workflow so that we can publish to NPM in an automated fashion.
  • Added changesets as the tool to control semantic-release versioning for NPM publishing.
  • Added the following in order to add Provenance verification badge on this NPM page
  "publishConfig": {
    "provenance": true
  }
  • Added a NPM_TOKEN to the settings of this repo.
  • Amended the CONTRIBUTING.md guide

Checklist:

  • All tests are passing
  • Type definitions, if updated, pass both test-ts-defs and test-ts-usage
  • Benchmark performance has not significantly decreased
  • Bundle size has not been significantly impacted
  • The bundle size badge has been updated to reflect the new size

@codecov-commenter
Copy link

codecov-commenter commented May 17, 2023

Codecov Report

Merging #125 (62e63ac) into master (b34988f) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 62e63ac differs from pull request most recent head 6748ac4. Consider uploading reports for the commit 6748ac4 to get more accurate results

@@           Coverage Diff           @@
##           master     #125   +/-   ##
=======================================
  Coverage   98.21%   98.21%           
=======================================
  Files           1        1           
  Lines          56       56           
=======================================
  Hits           55       55           
  Misses          1        1           
Impacted Files Coverage Δ
index.js 98.21% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@paulmarsicloud paulmarsicloud merged commit f420ded into master May 18, 2023
6 checks passed
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.

None yet

3 participants