Skip to content

Commit

Permalink
flow-release now checking if the version is set correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Talavera authored and nvie committed Oct 1, 2010
1 parent bbca922 commit df706ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-flow-release
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ cmd_finish() {

cmd_publish() {
parse_args "$@"
expand_nameprefix_arg
require_version_arg

# sanity checks
require_clean_working_tree
Expand All @@ -308,7 +308,7 @@ cmd_publish() {

cmd_track() {
parse_args "$@"
require_name_arg
require_version_arg

# sanity checks
require_clean_working_tree
Expand Down

0 comments on commit df706ac

Please sign in to comment.