From be8a3ea238429a50334219b17fde67d5976bbed7 Mon Sep 17 00:00:00 2001 From: Benoit Maggi Date: Mon, 30 Oct 2023 07:33:57 +0100 Subject: [PATCH] Add links to check latest values before release --- RELEASE.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index d2580e4..acfea44 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,7 +1,12 @@ To release on maven central. ---------------------------- -- repo should be clone using ssh (scm plugin not working with https) +- Check that the default generated values are the ones recommended + - Java from [Eclipse Installation](https://wiki.eclipse.org/Eclipse/Installation) + - Tycho from [Maven Central](https://mvnrepository.com/artifact/org.eclipse.tycho/tycho-core) + +---------------------------- +- Repo should be clone using ssh (scm plugin not working with https) ``` mvn release:clean release:prepare ```