Skip to content

Releases: dpastoor/fab

v0.0.2

02 Feb 18:53
Compare
Choose a tag to compare

Changelog

  • f8b1c20 chore: add additional elements to .gitignore for release
  • f67dd8c fixup: fab as cmd name for usage
  • ede4438 ci: add goreleaser to cache itself in case changing arch/etc
  • de7ddaa ci: drop 386 and make sure proper arm goarch specified
  • 465ad5c fixup: make sure scripts for completions and manpages run before release
  • 0b44cb5 ci: update name to fab
  • 84bd611 Merge branch 'actions-and-tasks'
  • 146886c ci: install goreleaser in CI + use global goreleaser in task
  • a6369a1 Merge pull request #2 from dpastoor/actions-and-tasks
  • 4f7f453 fixup: remove check for now, not sure if needed
  • 6be962c ci: add taskfile modified from goreleaser + hopefully build yml
  • 73d137d Merge pull request #1 from dpastoor/ci

Installation Instructions

Mac

first time:

brew tap dpastoor/tap
brew install fab

upgrade:

brew upgrade fab

Linux

sudo wget https://github.com/dpastoor/fab/releases/download/v0.0.2/fab_Linux_x86_64.tar.gz -O /tmp/fab.tar.gz
sudo tar xzf /tmp/fab.tar.gz fab
sudo mv fab /usr/local/bin/fab
sudo chmod +x /usr/local/bin/fab

v0.0.1

29 Jan 21:48
Compare
Choose a tag to compare

Changelog

  • 4e881b1 fix: proper username
  • 9ce2776 ci: add fury upload script
  • 94bd4ec doc: mention reason for custom version template
  • 75a387b refactor: use a struct to eliminate global variables
  • 608de11 release: setup completions
  • b33457f fixup: use fab naming
  • fc5c15b chore: make scripts executable
  • aa9a74f wip: grab CI config from goreleaser repo itself to work through
  • 0d43019 init: wip first version

Installation Instructions

Mac

first time:

brew tap dpastoor/tap
brew install fab

upgrade:

brew upgrade fab

Linux

sudo wget https://github.com/dpastoor/fab/releases/download/v0.0.1/fab_Linux_amd64.tar.gz -O /tmp/fab.tar.gz
sudo tar xzf /tmp/fab.tar.gz fab
sudo mv fab /usr/local/bin/fab
sudo chmod +x /usr/local/bin/fab