You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/08/10 20:26:50 UTC

[09/14] incubator-tinkerpop git commit: Update release process regarding changelog.

Update release process regarding changelog.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/c4c44ebb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/c4c44ebb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/c4c44ebb

Branch: refs/heads/master
Commit: c4c44ebb6e01f7178de16fb83f6d2fbe8d3590d0
Parents: dec75e5
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Aug 10 06:59:28 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Aug 10 06:59:28 2015 -0400

----------------------------------------------------------------------
 README.asciidoc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/c4c44ebb/README.asciidoc
----------------------------------------------------------------------
diff --git a/README.asciidoc b/README.asciidoc
index 7f1b6e7..c9f5f6f 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -110,7 +110,10 @@ Release Process
 . Perform manual tests:
 .. Execute `:remote connect conf/remote.yaml` and send some requests to a running Gremlin Server instance.
 .. Execute `:?` to display the help in the Console.
-. Update `CHANGELOG.asciidoc` with release date
+. Update `CHANGELOG.asciidoc`:
+.. Update the release date
+.. Generate the JIRA release notes report for the current version and append them to the `CHANGELOG.asciidoc`
+.. Organize "breaking" changes to be clearly marked (use JIRA and the "breaking" label to identify those)
 . `bin/bump.sh "version"` to update project files to reference the non-SNAPSHOT version
 . `git diff` and review the updated files (expect all `pom.xml` files and this README)
 . `git commit -a -m "TinkerPop x.y.z release"` and `git push`