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 2016/10/11 20:05:15 UTC

tinkerpop git commit: Minor fix to release docs. CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/tp31 ae13291a3 -> 4a4c5261f


Minor fix to release docs. CTR

Somehow we had "Enhancement" for the JIRA type as opposed to "Improvement"


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

Branch: refs/heads/tp31
Commit: 4a4c5261f706d769b5d963d52527be21de44e47e
Parents: ae13291
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Oct 11 16:04:37 2016 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Oct 11 16:04:37 2016 -0400

----------------------------------------------------------------------
 docs/src/dev/developer/release.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/4a4c5261/docs/src/dev/developer/release.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/release.asciidoc b/docs/src/dev/developer/release.asciidoc
index f60f97f..b82246c 100644
--- a/docs/src/dev/developer/release.asciidoc
+++ b/docs/src/dev/developer/release.asciidoc
@@ -52,7 +52,7 @@ during this period.
 .. Review javadoc filters on the "Core API" docs to be sure nothing needs to change.
 .. Review JIRA tickets in the release and ensure that:
 ... All tickets categorized by having a "Component" assigned.
-... All tickets are either of type "Bug" or "Enhancement".
+... All tickets are either of type "Bug" or "Improvement".
 ... All tickets where work was completed are "Closed"
 .... Search for "closed the pull request" in comments for hints on possible tickets that were left open by mistake.
 .... Look for tickets marked as "Resolved" as some users might not have rights to mark as "Closed" - convert these to "Closed".