mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
The release tag was pre-filled with `v` which was meant to help you type the release number. But I observed multiple times now that an actual tag named `v` was created. That tag can be quite annoying in the history. So let's remove this tiny help to avoid mistakes. I personally use `script/release/tag` which pre-fills the next tag already. [skip ci]