Home
last modified time | relevance | path

Searched refs:tag_current (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/
H A Drelease.sh32 Usage: `basename $0` [options] <tag_previous> <tag_current>
132 echo "Cannot find tag '$tag_current' on current branch. Aborting."
149 module="${tag_current%-*}"
150 if [ "x$module" = "x$tag_current" ]; then
154 release_num="$tag_current"
157 release_num="${tag_current##*-}"
212 range="$tag_current"
215 range="$tag_previous".."$tag_current"
218 echo "git tag: $tag_current"