Skip to content

Commit

Permalink
fixed brew formula generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkrishnar committed May 8, 2021
1 parent 2d0222e commit 51c67e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
SoCLI Changelog
================

Release 6.6
---------------------------
* Fixing brew push to github error

Release 6.5
---------------------------
* Fixing brew formula auto deploy
Expand Down
2 changes: 1 addition & 1 deletion publish-brew-formula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ echo "--------------------------------------------------------------------------
git config --global user.email "gkr@tuta.io"
git config --global user.name "gkr-bot"
echo "Pulling repo..."
git clone https://"${BREW_GH_TOKEN}"@github.com/gautamkrishnar/homebrew-socli.git brewroot > /dev/null 2>&1
git clone https://"gkr-bot:${BREW_GH_TOKEN}"@github.com/gautamkrishnar/homebrew-socli.git brewroot > /dev/null 2>&1
echo "Generating formula..."
cp -fv socli.rb brewroot/Formula
cd brewroot
Expand Down
3 changes: 1 addition & 2 deletions socli/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
__version__ = '6.5'

__version__ = '6.6'

0 comments on commit 51c67e2

Please sign in to comment.