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
1. Create and push a new repository tag. The tag name should look like
13
+
`v<major_number>.<minor_number>.<patch_number>`.
14
+
1. Create a new [Release](https://github.com/appium/java-client/releases/new) in GitHub.
15
+
Paste the above changelist into the release notes. Make sure the name of the new release
16
+
matches to the name of the above tag.
17
+
1. Open [Maven Central Repository](https://central.sonatype.com/) in your browser.
18
+
1. Log in to the `Maven Central Repository` using the credentials stored in 1Password. If you need access to the team's 1Password vault, contact the Appium maintainers.
19
+
1. Navigate to the `Publish` section.
20
+
1. Under `Deployments`, you will see the latest deployment being published. Note: Sometimes the status may remain in the `publishing` state for an extended period, but it will eventually complete.
21
+
1. After the new release is published, it becomes available in
0 commit comments