Skip to content

Commit c2b0485

Browse files
author
Tobias Meinhardt
committed
New version.sh to trigger new version build
1 parent 19ae093 commit c2b0485

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

version.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
# increment version
4+
# commit the new versin changes
5+
# tag the commit with the new version
6+
# push all changes including tags
7+
git semver version $1 -TP

0 commit comments

Comments
 (0)