Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Rename cvim tags #8

Open
tinywrkb opened this issue Mar 24, 2020 · 0 comments
Open

Rename cvim tags #8

tinywrkb opened this issue Mar 24, 2020 · 0 comments

Comments

@tinywrkb
Copy link

tinywrkb commented Mar 24, 2020

Releases are not tagged. I recommend using this chance to rename the cvim tags as there's only a single fork for vb4c atm.

#!/bin/bash

for tag in $(git tag -l); do
  git tag cvim-$tag $tag
  git tag -d $tag
done

for tag in $(git tag -l); do
  git push origin :refs/tags/${tag#cvim-}
done

git push --tags
@tinywrkb tinywrkb changed the title Tag releases Rename cvim tags Mar 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant