go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.62k stars 868 forks source link

Versioning and releases #606

Open lukaszraczylo opened 1 year ago

lukaszraczylo commented 1 year ago

Hi, The last version available by default from go get is 5.5.1, which naturally does not include any changes made to the codebase since 21 December 2021. It would be great if any semantic versioning would be enabled for the merges to the master branch. There's no need to follow the official telegram API versioning, but it would make life easier for everyone.

If you don't want to play around with manual version calculation, feel free to use my github action, which you can quickly hook up to the existing workflow - https://github.com/lukaszraczylo/semver-generator - or I can even help you with it if necessary.