Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nalssing committed Jan 11, 2017
1 parent b595793 commit 6804ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-release
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ fi
# v/날짜/그날 배포 횟수/배포자

TAG_NAME="v/$(date +%y%m%d)"
USER=$(git config --global user.name)
USER=$(git config user.name)
RELEASE_NUM=1

for TAG_NUM in $(git tag -l $TAG_NAME/* | awk -F'/' '{print $3}')
Expand Down

0 comments on commit 6804ae8

Please sign in to comment.