Skip to content

Commit

Permalink
updating 2.1.4 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Jun 10, 2019
1 parent dc66a61 commit 1029cb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/maketag.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

oldtag=v2.1.2
tagname=v2.1.3
oldtag=v2.1.3
tagname=v2.1.4

echo "Commit Log:" >> ${tagname}.txt

Expand All @@ -9,4 +9,4 @@ git log ${oldtag}..HEAD --pretty=format:'<li> <a href="http://github.com/khuck/x

vi ${tagname}.txt

# git tag -a -f -F ${tagname}.txt ${tagname}
git tag -a -f -F ${tagname}.txt ${tagname}

0 comments on commit 1029cb2

Please sign in to comment.