Releases: sharpvik/sema
Releases · sharpvik/sema
Testing the Actions
v3.1.0
Full Changelog: v3.0.5...v3.1.0
v3.0.5
v3.0.4
v3.0.3
v3.0.2
Magefile fix
v3.0.1 fix(magefile): remove unused import
New major release
- Use
urfave/cli/v2
git push
using thegit
utility instead ofgo-git
mage install
command added
Version bump
v2.1.0 chore(PKGBUILD): update version
Disallow Commit Hooks
The commit hooks feature ran into cross-platform support issues and had to be removed.
Meanwhile, this version of sema
relies much less on the git
binary command through use of the git-go
library. This change was suggested by DataHearth in issue #10. Sadly, I couldn't figure out how to reliably perform git push
using that library so --push
flag still relies on git
to function properly.