Github user risdenk commented on a diff in the pull request:

    https://github.com/apache/calcite-avatica-go/pull/15#discussion_r181916510
  
    --- Diff: make-release-artifacts.sh ---
    @@ -0,0 +1,26 @@
    +# Clean dist directory
    +rm -rf dist
    +mkdir -p dist
    +
    +# Get new tags from remote
    +git fetch --tags
    +
    +# Get latest tag name
    +latestTag=$(git describe --tags `git rev-list --tags --max-count=1`)
    --- End diff --
    
    Will this always be the latest tag? Could tag be specified?


---

Reply via email to