Releases: nikogura/gomason
2.7.0
2.6.6
2.6.5
2.6.4
2.6.3
Added intermediate folder generation for s3 publishing, so that if you have a key of foo/bar/baz/wip.txt, you will also have folders for foo, foo/bar, and foo/bar/baz/ . This was needed so that things that do lookups on folders work as they would for http publishing.
Also fixed the uploaded checksum files so that they only contain the checksum, not ' '. Not sure why I originally included the file name, but it definitely borked dbt, and wasn't consistent with how Artifactory works - which explains why it took me this long to find. I've been relying on Artifactory to make the checksum files for years.
2.6.1
2.6.0
Removes redundant checkout of code in golang.build and branch from Build() interface.
It's not needed, and should be done by running Checkout() as appropriate (and as done by build, sign, test, and publish commands.
Unlocks the ability to use Gomason's libraries internally in other projects and gives ability to build/test a non-checked in source tree.