From 1f1c34b4238f74263d02169a8b71b612c2e4e16b Mon Sep 17 00:00:00 2001 From: schauder Date: Thu, 20 Oct 2022 09:11:32 +0200 Subject: [PATCH] Add reference to release notes. This adds a asciidoc snippet to be included in other modules documentation. The snippet contains a reference to the release notes. For simplicity the current version does not try to link directly to the proper version or module, but just references an overview which the user may use for further navigation. Original pull request #2723 --- src/main/asciidoc/upgrade.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/main/asciidoc/upgrade.adoc diff --git a/src/main/asciidoc/upgrade.adoc b/src/main/asciidoc/upgrade.adoc new file mode 100644 index 000000000..c9f659a7c --- /dev/null +++ b/src/main/asciidoc/upgrade.adoc @@ -0,0 +1,8 @@ +[[new-features]] +[[upgrading]] += Upgrading Spring Data + +Instructions for how to upgrade from earlier versions of Spring Data are provided on the project https://github.com/spring-projects/spring-data-commons/wiki[wiki]. +Follow the links in the https://github.com/spring-projects/spring-data-commons/wiki#release-notes[release notes section] to find the version that you want to upgrade to. + +Upgrading instructions are always the first item in the release notes. If you are more than one release behind, please make sure that you also review the release notes of the versions that you jumped.