Skip to content
tag

GitHub Action

Create release from last tag

v1.0.12 Latest version

Create release from last tag

tag

Create release from last tag

Create release from last tag with changelog on commits history based

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Create release from last tag

uses: steve-lebleu/action-create-release-from-tag@v1.0.12

Learn more about this action in steve-lebleu/action-create-release-from-tag

Choose a version

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/action-create-release-from-tag@v1.0.12
  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