Skip to content

Commit 3dd100b

Browse files
docs: update release instructions
1 parent 890e7e0 commit 3dd100b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/maintainers_guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,12 @@ Place `$HOME/.m2/settings.xml` with your Sonatype account information.
110110

111111
#### Operations
112112

113+
* From the upstream repository
113114
* Preparation
114-
* `git pull --rebase slackapi master`
115+
* `git switch main && git pull origin main`
115116
* Make sure there are no build failures at https://github.com/slackapi/java-slack-sdk/actions
116117
* Set a new version
117-
* If you don't have `gnu-sed`, run `brew install gnu-sed` first
118+
* If you don't have `gnu-sed`, run `brew install gnu-sed` & `brew install gnupg` first
118119
* Run `scripts/set_version.sh (the version)` (e.g., `scripts/set_version.sh 1.0.0`)
119120
* Ship the libraries
120121
* Switch to **JDK 17** to publish all modules (on macOS, you can run `export JAVA_HOME=$(/usr/libexec/java_home -v 17)` for it)

0 commit comments

Comments
 (0)