Skip to content

Create release from last tag

Actions
Create release from last tag with changelog on commits history based
v1.0.12
Latest
Star (0)

Build Coverage Status CodeFactor Grade

Create release with changelog as release note

This package create a release where:

  • Label is the last tag version
  • Body is the commits related to this tag, and formated as changelog

Getting started

In your action definition:

- name: Create release with changelog
  uses: konfer-be/[email protected]
  with:
    token: ${{ secrets.GITHUB_TOKEN }} # required

⚠️ Merge commits are excluded from changelog.

⚠️ The checkout must bring back the entire commit history to be able to build changelog.

Licence

MIT

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.

About

Create release from last tag with changelog on commits history based
v1.0.12
Latest

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.