Skip to content
Snippets Groups Projects
Unverified Commit 825194f1 authored by Massimiliano Adamo's avatar Massimiliano Adamo
Browse files

add instruction to create tag

parent ba3c447c
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
# pandoc -o README.txt --to=plain README.md # pandoc -o README.txt --to=plain README.md
# git commit ... # git commit ...
# #
# creating new tag:
# VERSION=0.1
# git tag -a v$VERSION -m"bump version $VERSION"
#
if ! which fpm &>/dev/null; then if ! which fpm &>/dev/null; then
echo "please install 'fpm'" echo "please install 'fpm'"
exit exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment