This action gets a formated version of the commit messages between two commits
Required The tag for the currently deployed release on production.
Required The tag for the release candidate going out to production
The formated release notes comprised of the commit messages.
uses: ArizenHQ/[email protected]
with:
latest-release-tag: '0.1.0'
release-candidate-tag: '0.2.0'