我运行一个使用轻量级标记的私有存储库as it allows for easy testing and review before going public。
我们的某个代码是使用错误的名称(v0.21.
vs v0.2.1
)创建的。此外,此标记是在事故中作为带注释的标记创建的。因此,编辑标签会修改其创建日期making our GitHub releases display in a non-chronological order。
I know it's possible to convert a lightweight tag to an annotated tag。是否可以执行反向操作并将带注释的标记降级为轻量级标记?