Skip to content

Commit

Permalink
Tag version prefix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal authored Feb 26, 2024
1 parent 6ee23e5 commit b54c77d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/package-manager/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ export type PackageManagerConfig = {
*/
getRegistryCommand: Command;

/** */
/**
CLI command expected to output the version tag prefix (often "v"). e,g. `['npm', ['config', 'get', 'tag-version-prefix']]`
*/
tagVersionPrefixCommand: Command;

/**
Expand Down

0 comments on commit b54c77d

Please sign in to comment.