Commit df706ace authored by Felipe Talavera's avatar Felipe Talavera Committed by Vincent Driessen

flow-release now checking if the version is set correctly

parent bbca9229
......@@ -281,7 +281,7 @@ cmd_finish() {
cmd_publish() {
parse_args "$@"
expand_nameprefix_arg
require_version_arg
# sanity checks
require_clean_working_tree
......@@ -308,7 +308,7 @@ cmd_publish() {
cmd_track() {
parse_args "$@"
require_name_arg
require_version_arg
# sanity checks
require_clean_working_tree
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment