richie icon indicating copy to clipboard operation
richie copied to clipboard

👷(github) add automatic release on new tag

Open Sifflex opened this issue 5 years ago • 0 comments

Purpose

We wanted to make it easier to release a new version of the application.

Proposal

Add a github workflow to automatically create a new release whenever a new tag is pushed to the repository. The release description is based on the current CHANGELOG. Since releases are associated to a tag, we added a github workflow that calls a script everytime a new tag is pushed on the repository and creates the corresponding release.

Sifflex avatar Oct 27 '20 16:10 Sifflex