1.0.1 • Published 3 years ago

sidekick-recipes v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Recipes

Publish new version

  1. Update package version via npm version (major | minor | patch | ...) command in main branch. This command updates package.json and creates new version commit and tag. See more: https://docs.npmjs.com/cli/v7/commands/npm-version#description
  2. Push changes including new tag. This action activates GitHub Actions script that will take care of actual package publishing.

Example:

npm version patch
git push origin main --follow-tags