Skip to content

Releases: labd/changie-release-action

v0.5.0

17 Sep 08:02
8501c67
Compare
Choose a tag to compare
Merge pull request #19 from labd/release/v0.5.0

Release v0.5.0

v0.4.0

19 Jul 08:18
Compare
Choose a tag to compare
Release v0.4.0

v0.3.2

17 May 09:28
cabe11e
Compare
Choose a tag to compare
Merge pull request #13 from labd/release/v0.3.2

Release v0.3.2

v0.3.1

14 Nov 10:19
851d6ab
Compare
Choose a tag to compare
Merge pull request #10 from labd/release/v0.3.1

Release v0.3.1

v0.3.0

22 Apr 10:15
Compare
Choose a tag to compare

Added

  • Add version-command variable to run custom commands to set a version

v0.2.0

05 Apr 08:12
Compare
Choose a tag to compare

Added

  • Create a GitHub release with proper release notes

Fixed

  • Don't create a release when changie is first added

Improve workflow

10 Mar 15:18
Compare
Choose a tag to compare
  • Always run PR creation flow if a change file exists

Initial release

07 Mar 22:01
Compare
Choose a tag to compare

Automate version and release management using changie

This action creates a new PR with an updated CHANGELOG.md file. When merged it will automatically create a new tag and trigger another GitHub action workflow that can then do the actual release.

The workflow is inspired both by changie and @changesets/action