You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* this is done by deleting the old git tag (`git push --delete origin v1`) and re-tagging it (`git tag v1 <new hash>`)
This should be handled by GH workflow, seems rather straightforward to implement with appropriate regex to avoid recursive calls. How about latest tag as well?
Merging #16 will make us to do a release of the
v1
again. We want to follow what we talked at #5 (comment)This basically means re-tagging
v1
to point to the latest commit that includes thesingle-version
option.Since this release process is no the common for other repositories, we need to document it in a clear way, so it's easy to follow.
The text was updated successfully, but these errors were encountered: