mirror of
https://github.com/lukaszraczylo/go-telegram.git
synced 2026-06-05 22:43:59 +00:00
6f9b29ea0c
Debug log from run 25609309601 confirmed semver-generator picks the chronologically most-recent tag as the version base. Whenever the bot-api-vX.Y tag was created after the library tag (or recreated during a partially-failing release), semver-generator picked bot-api-v10.0 as the base, couldn't parse 'v10.0' as full SemVer (no patch number), and restarted numbering from v0.0.x. Per direct user instruction: drop the bot-api tag entirely. The Bot API version still appears in the library tag message and release notes. Also delete the existing bot-api-v10.0 tag from local + remote so the next release sees only v* tags.