Skip to content

Commit

Permalink
updated release script
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev committed Jun 4, 2020
1 parent d0e1de5 commit ca0dae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ else
fi

version=$(cat manifest.gradle | grep "library_version" | tr "'" '\n' | head -n 2 | tail -n 1)
# TODO hub release
hub release create -m "$version" "$version"

0 comments on commit ca0dae3

Please sign in to comment.