Skip to content

Commit

Permalink
Merge pull request #4 from Skyscanner/release_docs
Browse files Browse the repository at this point in the history
[NO-JIRA] - Added release docs
  • Loading branch information
AsimAM authored Apr 1, 2022
2 parents a78679f + 8584817 commit 8823730
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/releasing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Releasing

This package can be published by maintainers of the babel-plugin-transform-i18n repository.

### Stable release

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`.
- 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 8823730

Please sign in to comment.