Repository: incubator-apex-site Updated Branches: refs/heads/asf-site 80966c3db -> 8d927a464
from 0885d55a940b1e20d59ba04dd60382a66aa838cc Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/8d927a46 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/8d927a46 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/8d927a46 Branch: refs/heads/asf-site Commit: 8d927a4647160b3168bdf84451e59e0c7b0e37df Parents: 80966c3 Author: sashadt <[email protected]> Authored: Mon Feb 8 17:39:25 2016 -0800 Committer: sashadt <[email protected]> Committed: Mon Feb 8 17:39:25 2016 -0800 ---------------------------------------------------------------------- content/release.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/8d927a46/content/release.html ---------------------------------------------------------------------- diff --git a/content/release.html b/content/release.html index 821bb76..3c63f1c 100644 --- a/content/release.html +++ b/content/release.html @@ -183,9 +183,13 @@ git push apache "v3.2.0-incubating" dv=3.2.0-incubating-SNAPSHOT rv=3.2.1-incubating-SNAPSHOT for a in `git grep -l "${dv}"`; do echo $a; sed -i 's/'"${dv}"'/'"${rv}"'/g' $a; done -git commit -am "Preparing for 3.2.1 development" </code></pre> -<p>Merge <code>@since</code> tag and change log changes to <code>master</code></p> +<p>The following steps should be completed only when releasing a new minor release (X.Y.0), otherwise please verify that all necessary changes are already in place.<br>Wait for the published release artifacts to be available in the Apache Maven repository and upgrade base version for semantic versioning maven plugin to<br>the published release (X.Y.0). If there are new artifacts published to maven repositories consider enabling semantic versioning check for the newly<br>published libraries. Set <code><breakBuildOnModifications></code> to <code>true</code>.</p> +<p>Commit all changes and push them to the remote git repository:</p> +<pre><code class="lang-bash">git commit -am "Preparing for 3.2.1 development" +git push apache +</code></pre> +<p>Merge <code>@since</code> tag and change log changes to <code>master</code>. If release is a new minor release (X.Y.0) implement the same changes in semantic versioning plugin<br>configurations as in the new release branch, except changing <code><breakBuildOnModifications></code>.</p> <h2 id="announce-release">Announce Release</h2> <p><a href="http://mail-archives.apache.org/mod_mbox/incubator-general/201511.mbox/%3CCA%2B5xAo1mS-BMT%3DXk_q287_j5m6ngtaT8QEEED0zfQhXtgrnOtA%40mail.gmail.com%3E">http://mail-archives.apache.org/mod_mbox/incubator-general/201511.mbox/%3CCA%2B5xAo1mS-BMT%3DXk_q287_j5m6ngtaT8QEEED0zfQhXtgrnOtA%40mail.gmail.com%3E</a></p>
