-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
17 additions
and
11 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
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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
1. Update to the latest SDK versions in `build.js`, `RNPurchases.podspec` and `android/build.gradle`. | ||
1. Update versions in VERSIONS.md. | ||
2. Update version in package.json. | ||
3. Add an entry to CHANGELOG.md | ||
4. `git commit -am "Preparing for version x.y.z"` | ||
5. `git tag x.y.z` | ||
6. `git push origin master && git push --tags` | ||
7. Create a new release in github and upload | ||
8. `npm publish` | ||
1. Update version in package.json. | ||
1. Add an entry to CHANGELOG.md | ||
1. Run `npm run build` | ||
1. `git commit -am "Preparing for version x.y.z"` | ||
1. `git tag x.y.z` | ||
1. `git push origin master && git push --tags` | ||
1. Create a new release in github and upload | ||
1. `npm publish` |
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
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
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
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
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