Create release from last tag
ActionsTags
(2)This package create a release where:
- Label is the last tag version
- Body is the commits related to this tag, and formated as changelog
In your action definition:
- name: Create release with changelog
uses: konfer-be/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }} # required
Create release from last tag is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.