Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 389 Bytes

File metadata and controls

23 lines (18 loc) · 389 Bytes

addtag.sh

addtag.sh add a tag, and push all tags.

Parameters

$tag
    First parameter is tag name, most of the time a version number (like 1.0.0).

$message
    Second parameter is the associated message to the tag.
    If not specified, $tag value will be used.

Example

./addtag.sh 1.0.0 "My tag description"

Back to index