You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/03/13 09:13:23 UTC

[sling-site] branch master updated: release-management: add link to smoke tests for IDE tooling release

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 6696910  release-management: add link to smoke tests for IDE tooling release
6696910 is described below

commit 66969103b19a5ccbdd7091170271c4c0c31f97b0
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Mar 13 11:12:55 2019 +0200

    release-management: add link to smoke tests for IDE tooling release
---
 src/main/jbake/content/documentation/development/release-management.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/jbake/content/documentation/development/release-management.md b/src/main/jbake/content/documentation/development/release-management.md
index 0b2a12d..8285498 100644
--- a/src/main/jbake/content/documentation/development/release-management.md
+++ b/src/main/jbake/content/documentation/development/release-management.md
@@ -289,6 +289,9 @@ that version indefinitely with no known workaround except setting up a new insta
 
 While the Sling IDE tooling is built using Maven, the toolchain that it is based around does not cooperate well with the maven-release-plugin. As such, the release preparation and execution are slightly different. Also note that we sign release using the Symantec code signing service, see [Using the code signing service ](https://reference.apache.org/pmc/codesigning) for details.
 
+Before starting, it is recommended to run throught the [Sling IDE Tooling release testing](https://cwiki.apache.org/confluence/display/SLING/Sling+IDE+Tooling+release+testing),
+to make sure no regressions have snuck in.
+
 <div class="note">While we sort out a proper location you will need to locally build install the <tt>codesign-maven-plugin</tt> from
 <a href="https://github.com/apache/sling-whiteboard/tree/master/codesign">https://github.com/apache/sling-whiteboard/tree/master/codesign</a>.</div>