This website requires JavaScript.
Explore
Help
Sign In
jan
/
miniflux-legacy
Watch
1
Star
0
Fork
0
You've already forked miniflux-legacy
Code
Issues
Pull Requests
Releases
Wiki
Activity
7ae86d2d41
miniflux-legacy
/
scripts
/
make-tag.sh
7 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Improve files organization
2014-02-08 20:13:14 +01:00
#!/bin/sh
Add scripts to make archive and tag
2013-07-23 00:07:58 +02:00
VERSION
=
$1
git tag -a v
$VERSION
-m
"
Version
$VERSION
"
git push origin v
$VERSION
Reference in New Issue
Copy Permalink