forked from vimeo/babel-plugin-transform-i18n
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from Skyscanner/release_docs
[NO-JIRA] - Added release docs
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |