This commit is contained in:
Steve Ebersole 2024-05-03 10:56:54 -05:00
parent 2acfd01431
commit 44d7be9fab
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ there are a number of "post" release steps that need to be performed...
... Create a directory `orm/documentation/${family_name}` and create a file named `index.adoc`. E.g. for 4.3.0.Final you'd be adding orm/documentation/4.3/index.adoc ... Create a directory `orm/documentation/${family_name}` and create a file named `index.adoc`. E.g. for 4.3.0.Final you'd be adding orm/documentation/4.3/index.adoc
... If this new series is to support a new JPA release, also be sure to update `orm/releases/index.adoc` ... If this new series is to support a new JPA release, also be sure to update `orm/releases/index.adoc`
.. Create a release-specific yml file in `_data/projects/orm/releases/${family_name}`. E.g. for 4.3.0.Final you'd add _data/projects/orm/releases/4.3/4.3.0.Final.yml .. Create a release-specific yml file in `_data/projects/orm/releases/${family_name}`. E.g. for 4.3.0.Final you'd add _data/projects/orm/releases/4.3/4.3.0.Final.yml
.. Add/update the XSD descriptor(s)
4. Announce the release 4. Announce the release
.. on the hibernate-dev and hibernate-announce mailing lists .. on the hibernate-dev and hibernate-announce mailing lists
.. on Twitter (use hibernate account not the dev one) .. on Twitter (use hibernate account not the dev one)