wasm-oidc-plugin icon indicating copy to clipboard operation
wasm-oidc-plugin copied to clipboard

chore(ci): add git cliff for changelogs and automate releases

Open antonengelhardt opened this issue 1 year ago • 0 comments

This PR will

  • be triggered on a new tag pushed
  • Bump version in Cargo.toml to the version of the tag
  • Generate Release notes with Git-Cliff
  • Delete the previous tag
  • Commit the version bump, changelog with the actions user
  • Create a new tag on top of the commit that prepared the release
  • Create a Release on GitHub with the changelogs

Here is the most recent workflow run that succeeded

It created a release:

Screenshot-Arc-007263

I have deleted the release again and also the reset this branch to exclude any release preparation commits.

antonengelhardt avatar May 24 '24 14:05 antonengelhardt