Skip to content

Commit b8d7153

Browse files
authored
chore: Add beta in release steps (appium#15346)
* add to create a beta * append a line to create the next beta * tix typo
1 parent 8e4f4f9 commit b8d7153

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/en/contributing-to-appium/release-appium.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Appium follows the GitLab flow approach. Releases are made on release branches t
2323
1. Create a new post on discuss.appium.io announcing the release. Post it in the "News" category. Paste in the changelog and any choice comments. Pin it and unpin the previous release post.
2424
1. Begin process of releasing `appium-desktop`.
2525
1. Notify @jlipps to so he can tweet a link to the discuss post.
26+
1. Create the next beta
27+
1. Bump the `version` name in `package.json` for the next beta on the main branch. e.g. `1.22.0-beta.0`
28+
2. Commit the change without a tag,
29+
3. Push the version as `npm publish --tag beta`.
2630

2731
# Troubleshooting
2832

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"firefoxos",
1212
"testing"
1313
],
14-
"version": "1.21.0-beta.0",
14+
"version": "1.22.0-beta.0",
1515
"author": "https://github.com/appium",
1616
"license": "Apache-2.0",
1717
"repository": {

0 commit comments

Comments
 (0)