Skip to content

Commit

Permalink
chore(dev/release): use --verify-tag to guard against mistakes
Browse files Browse the repository at this point in the history
Fixes apache#851.
  • Loading branch information
lidavidm committed Jul 18, 2023
1 parent 78d44ac commit 1b7e344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/conda_env_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.

commitizen
gh
gh>=2.32.0
jq
pre-commit
twine
1 change: 1 addition & 0 deletions dev/release/post-02-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ main() {
header "Publishing release ${version}"

gh release edit \
--verify-tag \
--repo "${REPOSITORY}" \
"${tag}" \
--title="ADBC Libraries ${version}" \
Expand Down

0 comments on commit 1b7e344

Please sign in to comment.