This update introduces a new GitHub Actions workflow to automate the release process using GoReleaser. By pushing a 'v*' tag, the CI will now automatically run tests and publish the GitHub Release, removing the need for manual local execution of GoReleaser. Corresponding changes were made to the Makefile and README to reflect this simplified release flow.

Automate GitHub release publishing via CI - caiowilson/ClutterCut