Repository: zest-qi4j Updated Branches: refs/heads/develop 6e05a6f23 -> ed865c6af
ZEST-100 Better âUpdate the Zest websiteâ section Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/8e405717 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/8e405717 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/8e405717 Branch: refs/heads/develop Commit: 8e405717ef3ef8d2e3d09fc0389448d36b298329 Parents: 6e05a6f Author: Paul Merlin <[email protected]> Authored: Wed Jul 22 11:30:39 2015 +0200 Committer: Paul Merlin <[email protected]> Committed: Wed Jul 22 11:30:39 2015 +0200 ---------------------------------------------------------------------- .../docs/tutorials/howto-releasing-apache.txt | 22 +++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/8e405717/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 b7747a3..e587066 100644 --- a/manual/src/docs/tutorials/howto-releasing-apache.txt +++ b/manual/src/docs/tutorials/howto-releasing-apache.txt @@ -431,9 +431,29 @@ open !$ You can reuse the Markdown formatted announcement content. +Add the new released version in `zest-svn/site/content/java/versions.json` below the `latest` entry: + +[source,json] +---- +{ + "develop": "develop", + "latest": "latest", + "<RELEASE-VERSION>", "<RELEASE-VERSION>", + "2.0": "2.0", + "<=1.4.x": "1.4" +} +---- Finally, edit `zest-svn/site/src/_data/releases.yml` with the new release data. -Upmost is the latest. +Upmost is the latest: + +[source,yaml] +---- +- version: <RELEASE-VERSION> + announcement: YYYY/MM/DD/apache-zest-java-<RELEASE-VERSION> + signer: John Doe + pgpId: FB751943 +---- You can live-preview your changes to the Zest⢠website:
