@akjcv releases aren’t an actual git concept so this becomes a bit tricky to do in a portable manner; probably would require some configuration (a git tag regex) and you would have to decide whether you wanted to special-case github or deal with the fact that most github users don’t bother putting the release notes in the tag itself
@akjcv reasonable but make sure you support git https tag fetches as default? lots of open source doesn’t use big forges and it’s always annoying when you have to mirror your code to github for some feature
@Lady 👍
@Lady I was thinking of just special-casing several popular forges tbh