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
echo"Creating pull request to merge the merge-branch into develop"
243
-
gh pr create -B develop --title "sync develop branch after release ${MVN_VERSION_RELEASE}" --body "Merge using merge commit rather than rebase"
244
-
echo"It's ok to merge this PR later, so wait for the Jenkins tests to finish."
245
-
read -n 1 -srp "Press any key to continue (ctrl+c to cancel)";printf"\n\n";
211
+
echo"Creating pull request to merge release branch back into rdf4j-4.3.x-backporting"
212
+
gh pr create --title "next development iteration: ${MVN_NEXT_SNAPSHOT_VERSION}" --body "Merge using merge commit rather than rebase" --base rdf4j-4.3.x-backporting
246
213
247
214
mvn clean -Dmaven.clean.failOnError=false
248
215
mvn clean -Dmaven.clean.failOnError=false
249
216
250
-
git checkout develop
251
-
mvn clean -Dmaven.clean.failOnError=false
252
-
mvn clean -Dmaven.clean.failOnError=false
253
-
git checkout main
217
+
git checkout rdf4j-4.3.x-backporting
254
218
mvn clean -Dmaven.clean.failOnError=false
255
219
mvn clean -Dmaven.clean.failOnError=false
256
220
@@ -269,7 +233,7 @@ set -e
269
233
mvn package -Passembly -DskipTests
270
234
271
235
272
-
git checkout main
236
+
git checkout rdf4j-4.3.x-backporting
273
237
git checkout -b "${RELEASE_NOTES_BRANCH}"
274
238
275
239
tar -cvzf "site/static/javadoc/${MVN_VERSION_RELEASE}.tgz" -C target/site/apidocs .
0 commit comments