semantic-release 尝试重新使用已删除的不可变标签
作者: 0-Sandy创建于 2026年5月1日更新于 2026年8月21日
I accidentally published `v0.6.0-beta.1` in my repository while using semantic-release. The problem: I had GitHub immutable releases enabled, this prevents that version tag from ever being used again. The issue is that semantic-release keeps trying to publish `v0.6.0-beta.1` instead of advancing the next version. When I run the pipeline, it always fails with:
内容来源: semantic-release/semantic-release