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
Copy file name to clipboardExpand all lines: MAINTAINERS.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,16 +167,24 @@ In any case:
167
167
168
168
### Setting up the maintenance branch
169
169
170
-
Once the release series (e.g. 7.2) is branched out and goes into maintenance mode make sure to:
170
+
Once the release series (e.g. 7.3) is branched out and goes into maintenance mode make sure to:
171
171
* Enable automated releases (for that branch)
172
172
- Update [Jenkinsfile](ci/release/Jenkinsfile) and switch `RELEASE_ON_SCHEDULE` to `true`
173
173
* Remove the nightly Jenkins job from that branch ([nightly.Jenkinsfile](nightly.Jenkinsfile))
174
174
* Update GitHub workflows:
175
-
- For [ci.yml](.github/workflows/ci.yml) / [codeql.yml](.github/workflows/codeql.yml)
175
+
- For [ci.yml](.github/workflows/ci.yml)
176
176
+ remove the branch push triggers (`on.pushbranches`)
177
177
+ update branch in the pull request triggers
178
-
* Enable Quarkus testing job (in necessary)
178
+
* Enable Quarkus testing job (if the update to this version was already merged(test against main Quarkus branch)/released(test the corresponding version branch))
179
179
- In [quarkus.Jenkinsfile](ci/quarkus.Jenkinsfile) switch `ENABLE_QUARKUS_BUILDS` to true and update `QUARKUS_BRANCH_TO_TEST` as necessary.
180
+
* Enable Hibernate Search dependency update job
181
+
- In [Jenkinsfile](Jenkinsfile) add an execution just before the `parallel(executions)`:
0 commit comments