Skip to content

Commit d90df88

Browse files
docs: Update release steps (#2107)
1 parent 38c96a2 commit d90df88

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/release.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ Its target auditory is project maintainers.
1010
1. Create a pull request to approve the changelog and version bump.
1111
1. Merge the pull request after it is approved.
1212
1. Create and push a new repository tag. The tag name should look like
13-
`v<major_number>.<minor_number>.<patch_number>`.
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.
1417
1. Open [Sonatype](https://oss.sonatype.org/#welcome) in your browser.
1518
1. Login to Nexus using 1Password credentials. Ask Appium maintainers
16-
if you need access to the team's 1Password vault.
19+
if you need access to the team's 1Password vault.
1720
1. Navigate to `Staging Repositories`.
18-
1. Select the corresponding release and click `Close`.
21+
1. Select the corresponding release and click `Close`. Note that it may take
22+
some minutes until Sonatype picks up the GitHub release.
1923
1. Wait until checks are completed.
2024
1. Click `Release`.
2125
1. After the new release is published, it becomes available in

0 commit comments

Comments
 (0)