File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments