Release Template
- Release tags should follow the format
v*.*.*
, e.g.v1.2.3
and reflect version incremented on target production branch config file, e.g. package.json - Sign and verify all tags used for releases
- Auto-generate release notes, group and format according to template below
- <auto-generated feature release note>
- <auto-generated fix release note>
- bump <package name> from ..* to ..*
Full Changelog: <auto-generated changelog link>