Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Commit

Permalink
Finalize first version of make-release-commit target
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Dec 19, 2011
1 parent df376cc commit 3bfd511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packaging.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
<exec command="git revert -n HEAD~1" /> <exec command="git revert -n HEAD~1" />
<versionincrement property="next_version" version="${version}" /> <versionincrement property="next_version" version="${version}" />
<replace file="${project.basedir}/${project.version_file}" token="${version}" value="${next_version}"/> <replace file="${project.basedir}/${project.version_file}" token="${version}" value="${next_version}"/>
<exec command="git add ${project.basedir}/${project.version_file}" />
<exec command="git commit -m 'Bump dev version to ${next_version}'" />


<echo msg="Made a git commit for version ${release_version} and tagged it." /> <echo msg="Made a git commit for version ${release_version} and tagged it." />
<echo msg="IMPORTANT: You need to push the current branch and the tag to origin now!" /> <echo msg="IMPORTANT: You need to push the current branch and the tag to origin now!" />
Expand Down

0 comments on commit 3bfd511

Please sign in to comment.