Skip to content

Commit

Permalink
Review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Sep 9, 2024
1 parent b9852cc commit 0739e72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/scripts/generate-release-body.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,28 +236,28 @@ async function main() {
from: {
type: "string",
describe: "previous tag to retrieve commits from",
required: true,
requiresArg: true,
},
to: {
type: "string",
describe: "current tag being drafted",
required: true,
requiresArg: true,
},
owner: {
type: "string",
describe: "Repository owner (Ex: AstarNetwork)",
required: true,
requiresArg: true,
},
repo: {
type: "string",
describe: "Repository name (Ex: Astar)",
required: true,
requiresArg: true,
},
type: {
type: "string",
describe: "Type of release - runtime or client",
choices: ["runtime", "client"],
required: true,
requiresArg: true,
}
})
.help().argv;
Expand Down

0 comments on commit 0739e72

Please sign in to comment.