Skip to content

Releases: sharpvik/sema

Testing the Actions

29 Jan 11:30
Compare
Choose a tag to compare

Just testing if GitHub Actions work

v3.1.0

29 Jan 11:27
Compare
Choose a tag to compare

Full Changelog: v3.0.5...v3.1.0

v3.0.5

28 Jan 17:35
Compare
Choose a tag to compare

Changelog

  • 0588821 chore: bump go.mod package version to v3

v3.0.4

27 Jan 09:25
Compare
Choose a tag to compare

Changelog

  • 74ceb1c infra(release): to AUR, GitHub, and Homebrew with a single workflow

v3.0.3

27 Jan 09:14
Compare
Choose a tag to compare

Changelog

  • 9fa2f39 infra(release): update goreleaser configuration

v3.0.2

27 Jan 08:48
Compare
Choose a tag to compare

Changelog

  • f3b575c infra(workflows): add release

Magefile fix

27 Jan 01:25
Compare
Choose a tag to compare
v3.0.1

fix(magefile): remove unused import

New major release

27 Jan 01:23
Compare
Choose a tag to compare
  • Use urfave/cli/v2
  • git push using the git utility instead of go-git
  • mage install command added

Version bump

03 Nov 10:21
Compare
Choose a tag to compare
v2.1.0

chore(PKGBUILD): update version

Disallow Commit Hooks

02 Aug 13:25
Compare
Choose a tag to compare

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.