Repository: nifi-site Updated Branches: refs/heads/master f4d833058 -> 6569c17bd
NIFI-851 Update Release Guide to describe how to deploy generated HTML documentation to website Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/9d924227 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/9d924227 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/9d924227 Branch: refs/heads/master Commit: 9d92422768efe5595c6b94b4606a939f35fad69a Parents: 564db7c Author: danbress <[email protected]> Authored: Wed Aug 19 17:26:17 2015 -0400 Committer: danbress <[email protected]> Committed: Wed Aug 19 17:26:17 2015 -0400 ---------------------------------------------------------------------- src/pages/markdown/release-guide.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/9d924227/src/pages/markdown/release-guide.md ---------------------------------------------------------------------- diff --git a/src/pages/markdown/release-guide.md b/src/pages/markdown/release-guide.md index 31bb547..d2a76b2 100644 --- a/src/pages/markdown/release-guide.md +++ b/src/pages/markdown/release-guide.md @@ -245,9 +245,19 @@ Here are the steps of the release once the release is approved: 6. Update the NiFi Web Page to indicate NEWS of the release as appropriate -7. In Jira mark the release version as 'Released' and 'Archived' through 'version' management in the 'administration' console. +7. From a nifi.tar.gz collect the docs/html/* files and svn commit them to https://svn.apache.org/repos/asf/nifi/site/trunk/docs/nifi-docs/html/ -8. Wait 24 hours then send release announcement. +8. From a nifi.tar.gz collect the nifi-framework-nar.nar/META-INF/bundled-dependencies/nifi-web-api.war/docs/rest-api/* files and svn commit them to https://svn.apache.org/repos/asf/nifi/site/trunk/docs/nifi-docs/rest-api/ + +9. Run an instance of nifi + +10. Copy nifi/work/docs/components/* and svn commit to https://svn.apache.org/repos/asf/nifi/site/trunk/docs/nifi-docs/components/ + +11. wget http://localhost:8080/nifi-docs/documentation and svn commit to https://svn.apache.org/repos/asf/nifi/site/trunk/docs/nifi-docs/index.html + +12. In Jira mark the release version as 'Released' and 'Archived' through 'version' management in the 'administration' console. + +13. Wait 24 hours then send release announcement. - See [here][release-announce] for an understanding of why you need to wait 24 hours - Then create an announcement like the one shown below addressed to '[email protected], [email protected]' with a reply-to of '[email protected]'. - The email has to be sent from an apache.org email address and should be by the release manager of the build.
