classes/phing/tasks/ext/git/GitTagTask.php
\GitTagTask
Wrapper around git-tag
Use {@link Project#createTask} to register a new Task.
- Extends from
- \GitBaseTask
- see
- \VersionControl_Git
- author
- Evan Kaufman
- author
- Victor Farazdagi
- copyright
- 2001,2002 THYRELL. All rights reserved
- package
- phing.tasks.ext.git
- since
- 2.4.5
- version
- $Id: GitTagTask.php 1052 2011-03-02 20:33:54Z victor $
Properties

boolean
$annotate= 'false'
Make unsigned, annotated tag object. See -a of git-tag
falseDetails- Type
- boolean

string
$contains= ''
Only list tags containing specified commit. See --contains of git-tag
- Type
- string

boolean
$delete= 'false'
Delete existing tags with given names. See -d of git-tag
falseDetails- Type
- boolean

boolean
$list= 'false'
List tags with names matching given pattern. See -l of git-tag
falseDetails- Type
- boolean

int
$num= ''
<num> specifies how many lines from the annotation, if any, are printed when using -l. See -n of git-tag
- Type
- int

boolean
$replace= 'false'
Replace existing tag with given name. See -f of git-tag
falseDetails- Type
- boolean

boolean
$sign= 'false'
Make GPG-signed tag. See -s of git-tag
falseDetails- Type
- boolean