Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
tag

GitHub Action

Create release from last tag

v1.0.1

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/[email protected]

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

Choose a version

Build and test Coverage Status CodeFactor Grade Requires.io (branch)

Create release whith changelog as release note

As repetitive and simple task, release creation is an ideal candidate to automation with Github action. 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

Simple as that in your action definition:

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

⚠️ Be aware that the checkout must absolutely bring back the entire commit history.

Licence

MIT