Release

Notes on how to release DBUI.

DBUI uses GitHub Action and GoReleaser to automate the release process. Only manual steps would be to tag and push the tag:

git tag -a v0.6.0 -m 'v0.6.0' git push origin v0.6.0

And, then, update the release notes to include a more friendly changelog, including possible bug fixes and code changes.

Last updated