Skip to content

Commit

Permalink
Do no bother ensuring that version changed - should be no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Dec 23, 2020
1 parent 972c1aa commit 0e0f9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/prep_release
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ read -r newver oldver <<<$(sed -ne 's,## \[\([0-9\.]*\)\] .*,\1,gp' CHANGELOG.md
echo "Old: $oldver New: $newver"
curver=$(python -c 'import heudiconv; print(heudiconv.__version__)')
# check
test "$oldver" = "$curver"
#test "$oldver" = "$curver"

utils/link_issues_CHANGELOG

Expand Down

0 comments on commit 0e0f9e3

Please sign in to comment.