choria-io / appbuilder

Tool to create friendly wrapping command lines over operations tools
Apache License 2.0
105 stars 4 forks source link

Missing 0.6.6 release #135

Closed robinbowes closed 1 year ago

robinbowes commented 1 year ago

Looks like you created a tag for v0.6.6 but no corresponding release.

This causes the Homebrew recipe to fail because https://github.com/choria-io/appbuilder/releases/download/v0.6.6/appbuilder-0.6.6-darwin-amd64.tar.gz does not exist.

ripienaar commented 1 year ago

Doh. Thanks will fix in a bit

ripienaar commented 1 year ago
% brew upgrade appbuilder
==> Upgrading 1 outdated package:
choria-io/tap/appbuilder 0.6.4 -> 0.6.6
==> Fetching choria-io/tap/appbuilder
==> Downloading https://github.com/choria-io/appbuilder/releases/download/v0.6.6/appbuilder-0.6.6-darwin-arm64.tar.gz
==> Downloading from https://objects.githubusercontent.com/.....######################### 100.0%
==> Upgrading choria-io/tap/appbuilder
  0.6.4 -> 0.6.6 

you may have to also do brew update because what was actually wrong is I just didnt hit publish in the releases page but unfortunately I re-ran goreleaser which then changed the hashes of the files. So a brew update will refresh the tap.

robinbowes commented 1 year ago

Confirmed now working! Thanks!