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/11/09 19:32:15 UTC

incubator-tinkerpop git commit: Add link from release to new "dependencies" section in dev docs.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 4a4d99f64 -> bbc72d00c


Add link from release to new "dependencies" section in dev docs.


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

Branch: refs/heads/master
Commit: bbc72d00cdbef000ecfff3ab66eb141f6962f1f6
Parents: 4a4d99f
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Nov 9 13:31:56 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Nov 9 13:31:56 2015 -0500

----------------------------------------------------------------------
 docs/src/developer-contributing.asciidoc | 1 +
 docs/src/developer-release.asciidoc      | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/bbc72d00/docs/src/developer-contributing.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/developer-contributing.asciidoc b/docs/src/developer-contributing.asciidoc
index 5a65e8a..01ee112 100644
--- a/docs/src/developer-contributing.asciidoc
+++ b/docs/src/developer-contributing.asciidoc
@@ -307,6 +307,7 @@ When you submit a pull request, be sure it uses the following style.
 ** These types of "on merge tweaks" are typically done to extremely dynamic files to combat and merge conflicts.
 * If you are a TinkerPop committer, you can VOTE on your own pull request, so please do so.
 
+[[dependencies]]
 Dependencies
 ~~~~~~~~~~~~
 

http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/bbc72d00/docs/src/developer-release.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/developer-release.asciidoc b/docs/src/developer-release.asciidoc
index ade3fa8..f23434f 100644
--- a/docs/src/developer-release.asciidoc
+++ b/docs/src/developer-release.asciidoc
@@ -43,7 +43,7 @@ under release is protected. Tweaks to documentation and other odds and ends rela
 during this period.
 . At some point during the week:
 .. Deploy a final SNAPSHOT to the snapshot repository.
-.. Review LICENSE and NOTICE files to make sure that no changes are needed.
+.. Review LICENSE and NOTICE files to make sure that no <<dependencies,changes are needed>>.
 .. Review javadoc filters on the "Core API" docs to be sure nothing needs to change.
 . When all documentation changes are in place, use `bin/publish-docs.sh` to deploy a final `SNAPSHOT` representation
 of the docs and thus validate that there are no issues with the documentation generation process. Request review