Skip to content

Commit

Permalink
Fix: adding patch to options check in release script (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Press committed Apr 12, 2017
1 parent 51143b0 commit 86c3fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ push_new_release() {


# Check if we are doing major, minor, or patch release
while getopts "mn" opt; do
while getopts "mnp" opt; do
case "$opt" in
m )
major_release=true ;;
Expand Down

0 comments on commit 86c3fef

Please sign in to comment.