First up thanks for forking standard-version and shepherding it on - cheers! 🎉
I have been trying to figure this out but can't.
I would like to include something like the following in my generated CHANGELOG header:
For unreleased features, see: {{host}}/{{owner}}/{{repository}}/compare/{{currentTag}}...main
So for example, in my project integrify, the link would point to: anishkny/integrify@v4.1.1...main . This lets you see a list of commits landed on main but not released yet.
I need the tags interpolated in the changelog header. Is this possible?
Crossposted for visibility from: #45