We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf13820 commit a8dc673Copy full SHA for a8dc673
src/tools/gitreleasemanager/tool.ts
@@ -33,7 +33,7 @@ export class GitReleaseManagerTool extends DotnetTool implements IGitReleaseMana
33
}
34
35
public async install(setupSettings: ISetupSettings): Promise<void> {
36
- await this.toolInstall('GitReleaseManager.Tool', '>=0.10.0 <0.17.0', setupSettings)
+ await this.toolInstall('GitReleaseManager.Tool', '>=0.13.0 <0.17.0', setupSettings)
37
38
39
public create(settings: GitReleaseManagerCreateSettings): Promise<IExecResult> {
0 commit comments