Releases: labd/changie-release-action
Releases · labd/changie-release-action
v0.5.0
v0.4.0
Release v0.4.0
v0.3.2
Merge pull request #13 from labd/release/v0.3.2 Release v0.3.2
v0.3.1
Merge pull request #10 from labd/release/v0.3.1 Release v0.3.1
v0.3.0
Added
- Add version-command variable to run custom commands to set a version
v0.2.0
Added
- Create a GitHub release with proper release notes
Fixed
- Don't create a release when changie is first added
Improve workflow
- Always run PR creation flow if a change file exists
Initial release
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