Repository: nifi-site Updated Branches: refs/heads/master e31718f3b -> 04c4d00ac
Updating the release guide to include a step for updating the migration guide Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/04c4d00a Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/04c4d00a Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/04c4d00a Branch: refs/heads/master Commit: 04c4d00ac95731a3e34775825df61dd54d746c9c Parents: e31718f Author: Matt Gilman <[email protected]> Authored: Wed Oct 21 15:56:44 2015 -0700 Committer: Matt Gilman <[email protected]> Committed: Wed Oct 21 15:56:44 2015 -0700 ---------------------------------------------------------------------- src/pages/markdown/release-guide.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/04c4d00a/src/pages/markdown/release-guide.md ---------------------------------------------------------------------- diff --git a/src/pages/markdown/release-guide.md b/src/pages/markdown/release-guide.md index ae7e825..03cf0c8 100644 --- a/src/pages/markdown/release-guide.md +++ b/src/pages/markdown/release-guide.md @@ -245,21 +245,23 @@ Here are the steps of the release once the release is approved: 5. Update the NiFi website to point to the new download(s) -6. Update the NiFi Web Page to indicate NEWS of the release as appropriate +6. Update the [Migration Guide][migration-guide] on the Wiki. -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/ +7. Update the NiFi Web Page to indicate NEWS of the release as appropriate -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/ +8. 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/ -9. Run an instance of nifi +9. 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/ -10. Copy nifi/work/docs/components/* and svn commit to https://svn.apache.org/repos/asf/nifi/site/trunk/docs/nifi-docs/components/ +10. Run an instance of nifi -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 +11. Copy nifi/work/docs/components/* and svn commit to https://svn.apache.org/repos/asf/nifi/site/trunk/docs/nifi-docs/components/ -12. In Jira mark the release version as 'Released' and 'Archived' through 'version' management in the 'administration' console. +12. 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 -13. Wait 24 hours then send release announcement. +13. In Jira mark the release version as 'Released' and 'Archived' through 'version' management in the 'administration' console. + +14. 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. @@ -306,3 +308,4 @@ The Apache NiFi team [apache-release-signing]: http://www.apache.org/dev/release-signing.html [apache-guide-publish-maven]: http://www.apache.org/dev/publishing-maven-artifacts.html [release-notes]: https://cwiki.apache.org/confluence/display/NIFI/Release+Notes +[migration-guide]: https://cwiki.apache.org/confluence/display/NIFI/Migration+Guidance \ No newline at end of file
