Skip to content

Commit

Permalink
added extra step for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Asim Ahmed Majumder authored and Asim Majumder committed Apr 1, 2022
1 parent 24007fe commit 8584817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ This package can be published by maintainers of the babel-plugin-transform-i18n
To do this:
- After merging your changes, run `npm version -f major|minor|patch`. This will create a tagged commit changing the version in `package.json`, and the changes in `CHANGELOG.md`.
- Run `npm publish`.
- Run `git push && git push --tags`.
- Run `git push && git push --tags`.
- When creating a release on the UI, specify the tag, link PRs associated to the release and include description of all changes.

0 comments on commit 8584817

Please sign in to comment.