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
npm version supports auto-updating package.json files, committing a version bump, and via the same, triggering any set of CI/CD actions we may want to run.
npm version
supports auto-updating package.json files, committing a version bump, and via the same, triggering any set of CI/CD actions we may want to run.Acceptance Criteria
version
task that will run our test, build, and publish step for us (in this casenpm
will run our task, and it's own (version
task) by default) - see docs: https://docs.npmjs.com/cli/v10/commands/npm-version?v=true#description).The text was updated successfully, but these errors were encountered: