earthcubeprojects-chords / chords

EarthCube CHORDS application code
GNU General Public License v2.0
25 stars 13 forks source link

Rename old tags #560

Closed MisterMartin closed 3 years ago

MisterMartin commented 3 years ago

chords_control examines tags in order offer configuration choices. Unfortunately, this leads to a lot of not-very-useful tags. The following was used to rename these tags, by appending archive/ to the tag name:

t="0.9.9.1"
git tag archive/$t $t; git tag -d $t; git push origin :refs/tags/$t; git push origin --tags
MisterMartin commented 3 years ago

All tags archived, except for those for which a release and docker image exist.