You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PRs should be made against and merged into the [`dev-5.x`](https://github.com/hossein-zare/react-native-dropdown-picker) branch, which is set as the `default` branch on github.
32
+
33
+
### Release
34
+
35
+
Releases are currently made from the [`5.x`](https://github.com/hossein-zare/react-native-dropdown-picker/tree/5.x) branch.
36
+
37
+
## Release Process
38
+
39
+
To make a new release, follow these steps:
40
+
41
+
* Verify the development branch has all the changes desired in a release and works well
42
+
* Make and merge a final PR into development branch that increments the version number in `package.json`
43
+
* Make and merge a PR from the development branch to the release branch
44
+
* Using the GitHub web UI, draft a new release using tag name `vx.x.x` (replace the `x` values as appropriate of course), with the release branch as the target, with release name `vx.x.x` (again, with appropriate numbers in place of `x` of course)
45
+
* Verify in the GitHub Actions panel for the repository that NPM publish succeeded
Copy file name to clipboardExpand all lines: package.json
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "react-native-dropdown-picker",
3
-
"version": "5.1.23",
3
+
"version": "5.1.25",
4
4
"description": "A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.",
0 commit comments