diff --git a/.goreleaser.yml b/.goreleaser.yml index eaf71e4..5eb0eeb 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -53,10 +53,13 @@ brews: - default install: | bin.install "rubbi-sh" - (share/"alias").install "dotfiles/.rubbi.sh + (share/"alias").install "dotfiles/.rubbi.sh" caveats: | This tool is based on some alias and shell functions + Please import the .rubbi.sh file in your profile configuration or add its content directly - . \#{(share/"alias")}/.rubbi.s + + . \#{(share/"alias")}/.rubbi.sh + test: | - system bin/"rubbi-sh", "-version + system bin/"rubbi-sh", "-version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fcc841..761b886 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## Release 0.0.7 (2019-06-15) + +- Test release ## Release 0.0.6 (2019-06-15)