You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow to publish on GitHub Packages, and just sync it with npm. It would make things easier if GitHub Packages provide a transparent bridge to npm at some point.
I think it could be nice to consider the
master
branch stable, and automate the build + version bump + npm publication using GitHub Actions.We could:
change: major|minor|patch
) to determinate the new version.change:
information exists (and prevent merging without it).master
, a workflow would:The changelog will still be edited manually.
Some things we might want to explore:
Using merge-release
Some potential issues:
change: major|minor|patch
, which might cause issues.Using GitHub Packages + npm-package-sync
This would allow to publish on GitHub Packages, and just sync it with npm. It would make things easier if GitHub Packages provide a transparent bridge to npm at some point.
/cc @sohkai @promaty
The text was updated successfully, but these errors were encountered: