Skip to content

Commit

Permalink
Change contribution guidelines link (#280)
Browse files Browse the repository at this point in the history
* Change contribution guidelines link

* Update master references
  • Loading branch information
beylmk authored and vegaro committed Aug 17, 2021
1 parent ae3cd74 commit 2d47fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assignees: ""
---

- [ ] I have updated Purchases SDK to the latest version
- [ ] I have read the [Contribution Guidelines](https://github.com/RevenueCat/react-native-purchases/blob/develop/CONTRIBUTING.md)
- [ ] I have read the [Contribution Guidelines](https://github.com/RevenueCat/react-native-purchases/blob/main/CONTRIBUTING.md)
- [ ] I have read the [Help Center](https://support.revenuecat.com/hc/en-us)
- [ ] I have read [docs.revenuecat.com](https://docs.revenuecat.com/)
- [ ] I have searched for [existing Github issues](https://github.com/RevenueCat/react-native-purchases/issues)
Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
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. `git push origin main && git push --tags`
1. Create a new release in github and upload
1. `npm publish`

0 comments on commit 2d47fc2

Please sign in to comment.