Skip to content

Commit

Permalink
Update new_version script (#1956)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Jul 10, 2019
1 parent 38f8769 commit 55480a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions utl/new_version
Expand Up @@ -10,6 +10,7 @@ fi
# Clean working directory
git clean -fd .
git checkout -- .
git checkout master

# Run clang-format and commit
./utl/clang-format fix
Expand All @@ -18,7 +19,3 @@ git commit -a -m "Fix style with clang-format (before releasing $1)"
# Update version number and commit
echo "$1" > version.txt
git commit -a -m "Update verson.txt for release $1"

# Tag release commit and push
git tag $1
git push origin $1

0 comments on commit 55480a5

Please sign in to comment.