Started to incorporate the differences in the release procedure between Tamaya API&Core and Tamaya Extensions.
Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/85e051a5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/85e051a5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/85e051a5 Branch: refs/heads/master Commit: 85e051a5a36d30672152979b773cfd9ced8b3a95 Parents: 1c2d7c1 Author: Oliver B. Fischer <[email protected]> Authored: Sun Aug 6 11:13:57 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Sat Aug 26 11:54:47 2017 +0200 ---------------------------------------------------------------------- content/release-guide.adoc | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/85e051a5/content/release-guide.adoc ---------------------------------------------------------------------- diff --git a/content/release-guide.adoc b/content/release-guide.adoc index d9c33c6..8c7e8a6 100644 --- a/content/release-guide.adoc +++ b/content/release-guide.adoc @@ -3,17 +3,19 @@ :sectnums: yes +# to read before +# https://incubator.apache.org/guides/releasemanagement.html + = Apache Tamaya Release Guide -This document describes how to perform a release of Apache Tamaya during +[abstract] +This document describes how to perform a release of Apache Tamaya +API&Core and Apache Tamaya Extensions during its incubation. It contains a step by step description of each step, so everybody in the commiters's team will be able to perform the release procedure during the incubation phase. - - -#Performing a release requires several steps. This document describes each -#step, so everybody in the committer's -#team should be able to perform the release procedure. +Differences in the procedure between Tamaya API&Core and Tamaya +Extensions are mentioned. == Prerequisites @@ -87,14 +89,13 @@ actual release process. directory of the project. The file name of the release notes document should be `ReleaseNotes-[version].html`. -// Question: How to handle the problem that we actually have -// to distributions? One is API&Core and the second is the -// extension distribution? At the moment the release notes -// are part of API&Core. The Extensions contain only a -// reference to API&Core -// Oliver B. Fischer, 2017-07-08 -// - +[TIP] +==== +Ensure that you include only notes an the release notes +which affect the project you are releasing. +For instance a notes on an issues which affects Tamaya Extensions +should not be included in the release notes of Tamaya API&Core. +==== === Preparing the vote of the PPMC on the release
