Skip to content

Commit

Permalink
Add commit in version bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
braun-steven committed Nov 15, 2017
1 parent 808746a commit 0f61c3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions version-bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ new=$2

sed -i.bak -e "0,/${old}/ s/${old}/${new}/" package/pom.xml
sed -i.bak -e "0,/${old}/ s/${old}/${new}/" package/build_package.xml

git add package/pom.xml -v
git add package/build_package.xml -v
git commit -m "Version bump v${old} to v${new}"

0 comments on commit 0f61c3f

Please sign in to comment.