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

Auto bump @web5/* dependency versions with Alpha NPM Publishing Workflow #178

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

frankhinek
Copy link
Contributor

@frankhinek frankhinek commented Aug 23, 2023

This PR:

  • Adds a utility script to automatically bump the versions of any @web5/* packages that appear under dependencies or devDependencies of packages in the Web5.js SDK workspace/polyrepo. Optionally, specific packages in the workspace can be excluded from publishing, which could be useful if a new package was added but isn't yet ready to be published.
  • Modifies the Alpha to NPM Registry GitHub Actions workflow to use the alpha versions of every @web5/* package before publishing the alpha packages to NPM Registry.
  • The utility script can also be used to automate the updating of dependency versions when preparing for a Web5.js general release, thereby reducing manual effort and the potential for typos/mistakes.

@frankhinek frankhinek added the enhancement New feature or request label Aug 23, 2023
@frankhinek frankhinek self-assigned this Aug 23, 2023
@frankhinek frankhinek added this to the 0.8 milestone Aug 23, 2023
@codecov
Copy link

codecov bot commented Aug 23, 2023

Codecov Report

Merging #178 (3cc0407) into main (1d2cc96) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #178   +/-   ##
=======================================
  Coverage   90.28%   90.28%           
=======================================
  Files          63       63           
  Lines       11592    11592           
  Branches     1132     1132           
=======================================
  Hits        10466    10466           
  Misses       1106     1106           
  Partials       20       20           
Components Coverage Δ
api 95.05% <ø> (ø)
common 95.00% <ø> (ø)
credentials ∅ <ø> (∅)
crypto 94.87% <ø> (ø)
dids 92.16% <ø> (ø)
agent 89.18% <ø> (ø)
identity-agent 60.50% <ø> (ø)
proxy-agent 60.00% <ø> (ø)
user-agent 58.67% <ø> (ø)

Copy link
Contributor

@mistermoe mistermoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice work!

@frankhinek frankhinek merged commit 09bb89d into main Aug 23, 2023
@frankhinek frankhinek deleted the alpha-auto-bump branch August 23, 2023 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants