Index: src/site/markdown/creating-releases.md
===================================================================
--- src/site/markdown/creating-releases.md	(revision 1801134)
+++ src/site/markdown/creating-releases.md	(working copy)
@@ -96,7 +96,14 @@
 15. If the release was a Jackrabbit release used in Oak, make sure to also update the dependency in oak-parent/pom.xml (example: [OAK-4743](https://issues.apache.org/jira/browse/OAK-4743) - the current mapping is Jackrabbit 2.15 -> Oak trunk, Jackrabbit 2.14 -> Oak 1.6, Jackrabbit 2.12 -> Oak 1.4 and 1.2, Jackrabbit 2.8 -> Oak 1.0)
 16. If the release was a stable release for which we publish API docs (such as Jackrabbit), consider updating the live site (https://svn.apache.org/repos/asf/jackrabbit/site/live/ - when producing the API docs, use a checkout of the actual release, specify an English locale (-Dlocale=en) and try to pick the right JDK version to minimize changes over the previously checked in docs).
 
+Baseline Plugin Configuration
+-----------------------------
 
+Currently the baseline plugin in Oak is configured to use the last release from the most recent stable branch for the baseline check. For example currently in Oak trunk baseline plugin performs check against 1.6.2 release as thats the last release from most recent stable branch.
+
+So after doing any new release from last stable branch we would need to update the base version in oak-parent/pom.xml. Refer [OAK-6346](https://issues.apache.org/jira/browse/OAK-6346) for more details
+
+
 Steps to build the release artifacts
 ------------------------------------
 The release is built using the Maven release plugin (if your platform is Windows with Cygwin, see [Appendix C](#Appendix_C:_Cygwin)). See the [Performing a Maven Project Release](https://maven.apache.org/developers/release/maven-project-release-procedure.html) guide for more details. Make sure you have added the pgp key information in you maven settings file, especially if you have more than one key installed locally. See [Appendix B](#b) for the details.
