* Fix version bump not obeying merge commit message
* Test the fix to bump-version
* Fix reference to specific tag of github-tag-action
* Dummy patch commit #patch
* Clean up testing of bump-version
Using this action: https://github.com/marketplace/actions/github-tag-bump
The idea is that the repo will be versioned in SemVer format, such as "v0.5.3".
When a PR is merged, a new version will automatically be added.
The new version is generated based on the latest tag, and the part that is bumped
is dictated by the merge commit message, either #major, #minor (default) or #patch.
This way I (the repo owner) has control over versioning, and other contributors
don't have to bother with anything.