testing-some-stuff-342
v1.0.1
Published
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 ch
Downloads
2
Readme
Recipes
Publish new version
- 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 - 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