This website requires JavaScript.
Explore
Help
Sign In
AS1024
/
Kanboard-Prod
Watch
1
Star
0
Fork
You've already forked Kanboard-Prod
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
cea32af406
Kanboard-Prod
/
scripts
/
make-tag.sh
7 lines
92 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
VERSION
=
$1
git tag -a v
$VERSION
-m
"
Version
$VERSION
"
git push origin v
$VERSION
Reference in New Issue
View Git Blame
Copy Permalink