You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2018/04/22 11:02:50 UTC

[3/3] calcite-avatica-go git commit: Update releasing documentation

Update releasing documentation


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/feb636fc
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/feb636fc
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/feb636fc

Branch: refs/heads/master
Commit: feb636fcbf37455d900dbd78cc20a9897dfe94ce
Parents: 7f24c7a
Author: Francis Chuang <fr...@apache.org>
Authored: Sun Apr 22 20:00:09 2018 +1000
Committer: Francis Chuang <fr...@apache.org>
Committed: Sun Apr 22 20:00:09 2018 +1000

----------------------------------------------------------------------
 site/go_development.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/feb636fc/site/go_development.md
----------------------------------------------------------------------
diff --git a/site/go_development.md b/site/go_development.md
index cee2e99..9d440ea 100644
--- a/site/go_development.md
+++ b/site/go_development.md
@@ -68,4 +68,6 @@ If you have not set up a GPG signing key, set one up by following these [instruc
 
 From the root of the repository, run `./make-release-artifacts.sh`.
 
+You will be asked to select the tag to build release artifacts for. The latest tag is automatically selected if no tag is selected.
+
 The release artifacts will be placed in the `dist/` folder.
\ No newline at end of file