norduniclient/release_for_neo4j_version.sh
Benedith Mulongo 615835d57d
Some checks are pending
Python CI / test (push) Waiting to run
Improve norduniclient from nordunet
2024-10-10 16:37:08 +02:00

11 lines
93 B
Bash
Executable file

#! /bin/bash
set -e
TAG="neo4j-3.0"
git tag -d $TAG
git tag $TAG
git push -f origin $TAG