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
Now I'm using release-it to update package version, add GitHub release and push to npm in one go. With this setup, I should be able to make every commit to master yield a new release.
Challenges:
How to determine the new version number in the CI/CD pipeline?
The text was updated successfully, but these errors were encountered:
Now I'm using
release-it
to update package version, add GitHub release and push to npm in one go. With this setup, I should be able to make every commit to master yield a new release.Challenges:
The text was updated successfully, but these errors were encountered: