Skip to content

Commit

Permalink
docs: minor CONTRIBUTIND.md improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 7, 2024
1 parent 1397ae2 commit b4bbdda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ export NEW_VERSION=v1.0.0
- Optional: To get a version compatible with semver, run `git cliff --bump`
- Increase version in package.json and package-lock.json.
- git cliff --tag $NEW_VERSION > Changelog
- git add Changelog package.json package-lock.json && git commit -m "chore: bump version"
- git tag -a ${NEW_VERSION} -m "${NEW_VERSION}"
- git push && git push --tags && npm publish
- git add Changelog package.json package-lock.json && git commit -m "chore: bump version" && git tag -a ${NEW_VERSION} -m "${NEW_VERSION}" && git push && git push --tags && npm publish

0 comments on commit b4bbdda

Please sign in to comment.