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: release/README.adoc
+6-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
= ORM Releases
2
2
:toc:
3
3
4
-
This module performs the tasks needed as part of creating a release for Hibernate ORM. Releases are triggered as a Jenkins job.
4
+
This module performs the tasks needed as part of creating a release for Hibernate ORM.
5
+
Releases are triggered as a link:../ci/release/Jenkinsfile[Jenkins pipeline].
6
+
7
+
Hibernate ORM also publishes SNAPSHOT releases using an automated link:../ci/snapshot-publish.Jenkinsfile[Jenkins pipeline],
8
+
which is triggered on a merge to the main branch. This job requires no user interactions.
5
9
6
10
== Preparation
7
11
@@ -38,7 +42,7 @@ If this is a new series, some additional steps are required to prepare the websi
38
42
Start the appropriate Jenkins https://ci.hibernate.org/view/Release/job/hibernate-orm-release[job].
39
43
40
44
NOTE: When a release is started, the job coordinates with the unified Hibernate https://github.com/hibernate/hibernate-release-scripts[release scripts] in a number of stages and steps,
41
-
calling tasks on this module's link:./release.gradle[Gradle script].
45
+
calling tasks on this module's link:./release.gradle[Gradle script] and leveraging link:../jreleaser.yml[JReleaser configuration].
0 commit comments