basic help commit version tag
This commit is contained in:
parent
858dc2793a
commit
706fecfedd
3 changed files with 51 additions and 0 deletions
|
|
@ -7,6 +7,10 @@ our $HELP = {
|
|||
fields => [
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'commit version tag',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'manage pending versions',
|
||||
namespace => 'VersionTag'
|
||||
|
|
@ -35,6 +39,33 @@ our $HELP = {
|
|||
],
|
||||
},
|
||||
|
||||
'commit version tag' => {
|
||||
title => 'commit version tag',
|
||||
body => 'commit version tag body',
|
||||
fields => [
|
||||
{
|
||||
title => 'version tag name',
|
||||
description => 'version tag name description commit',
|
||||
namespace => 'VersionTag',
|
||||
},
|
||||
{
|
||||
title => 'comments',
|
||||
description => 'comments description commit',
|
||||
namespace => 'VersionTag',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
tag => 'versions manage',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
{
|
||||
tag => 'manage committed versions',
|
||||
namespace => 'VersionTag'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
'manage committed versions' => {
|
||||
title => 'manage committed versions',
|
||||
body => 'manage committed versions body',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue