I have also changed back the 'latest' redirecting to 'develop'. On Thu, Jul 27, 2017 at 2:09 PM, <[email protected]> wrote:
> Repository: polygene-java > Updated Branches: > refs/heads/develop 8ab03799a -> 824c37c51 > > > Refine release guide around website publishing > > > Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo > Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/ > commit/824c37c5 > Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/824c37c5 > Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/824c37c5 > > Branch: refs/heads/develop > Commit: 824c37c5161de2f44cf70c1d888b757858f60dcd > Parents: 8ab0379 > Author: Paul Merlin <[email protected]> > Authored: Thu Jul 27 08:09:33 2017 +0200 > Committer: Paul Merlin <[email protected]> > Committed: Thu Jul 27 08:09:33 2017 +0200 > > ---------------------------------------------------------------------- > manual/src/docs/tutorials/howto-releasing-apache.txt | 7 +++++-- > 1 file changed, 5 insertions(+), 2 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/polygene-java/blob/ > 824c37c5/manual/src/docs/tutorials/howto-releasing-apache.txt > ---------------------------------------------------------------------- > diff --git a/manual/src/docs/tutorials/howto-releasing-apache.txt > b/manual/src/docs/tutorials/howto-releasing-apache.txt > index c67f269..5474b2e 100644 > --- a/manual/src/docs/tutorials/howto-releasing-apache.txt > +++ b/manual/src/docs/tutorials/howto-releasing-apache.txt > @@ -675,7 +675,7 @@ open !$ > > You can reuse the Markdown formatted announcement content. > > -Add the new released version in > `polygene-website/site/content/java/versions.json` > below the `latest` entry: > +Add the new released version in `polygene-website/content/java/versions.json` > below the `latest` entry: > > [source,js] > ---- > @@ -683,17 +683,20 @@ Add the new released version in > `polygene-website/site/content/java/versions.jso > "develop": "develop", > "latest": "latest", > "<RELEASE-VERSION>", "<RELEASE-VERSION>", > + "3.0.0": "3.0.0", > + "2.1": "2.1", > "2.0": "2.0", > "<=1.4.x": "1.4" > } > ---- > > -Finally, edit `polygene-website/site/src/_data/releases.yml` with the > new release data. > +Finally, edit `polygene-website/src/_data/releases.yml` with the new > release data. > Upmost is the latest: > > [source,text] > ---- > - version: <RELEASE-VERSION> > + published: true > announcement: YYYY/MM/DD/apache-polygene-java-<RELEASE-VERSION> > signer: John Doe > pgpId: FB751943 > > -- Niclas Hedhman, Software Developer http://polygene.apache.org - New Energy for Java
