-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates releaser to work better with HomeBrew
- Fixes version used with replacer to strip off the "v" at the beginning - Fixes compiled options that weren't being set correctly again - Pushes out v0.1.1 which the updates
- Loading branch information
Andrew Hamilton
committed
Jun 22, 2018
1 parent
2f72a2e
commit 6c06bb4
Showing
3 changed files
with
19 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Initial Release | ||
# Fixes build for homebrew | ||
|
||
- Adds command for sharing secrets using GitHub as a user directory and Vault as a secure storage backend. | ||
- Fixes build to include compiled in options. | ||
- Fixes releaser so that it properly packages binaries for HomeBrew. | ||
- Fixes HomeBrew tap templates so that bottles begin to work. |