norduniclient/release_for_neo4j_version.sh

11 lines
93 B
Bash
Raw Normal View History

2024-10-10 14:37:08 +00:00
#! /bin/bash
set -e
TAG="neo4j-3.0"
git tag -d $TAG
git tag $TAG
git push -f origin $TAG