Skip to content

Commit

Permalink
fix(tools): missing OctopusTasks arguments (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-from-toronto authored Aug 14, 2023
1 parent c352b6e commit 3d1f39c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions source/Nuke.Common/Tools/Octopus/Octopus.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,18 @@
"format": "--packageversion={value}",
"help": "Default version number of all packages to use for this release."
},
{
"name": "GitCommit",
"type": "string",
"format": "--gitCommit={value}",
"help": "Git commit to use when creating the release. Use in conjunction with the --gitRef parameter to select any previous commit."
},
{
"name": "GitRef",
"type": "string",
"format": "--gitRef={value}",
"help": "Git reference to use when creating the release."
},
{
"name": "Version",
"type": "string",
Expand Down

0 comments on commit 3d1f39c

Please sign in to comment.