Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5cc80372 authored by Jesse Vincent's avatar Jesse Vincent
Browse files

Fixes to the bump-version target

parent 35f0b953
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -90,6 +90,9 @@
    <exec executable="git" failonerror="true">
        <arg line="commit -m'Bumped manifest to ${version-name}' AndroidManifest.xml"/>
    </exec>
    <exec executable="git" failonerror="true">
        <arg line="push"/>
    </exec>
    <exec executable="git" failonerror="true">
        <arg line="push --tags"/>
    </exec>