Skip to content

Commit

Permalink
Merge pull request #1073 from arturcic/main
Browse files Browse the repository at this point in the history
#1072 - fix GRM range check
  • Loading branch information
arturcic authored Mar 11, 2024
2 parents a43077e + 1d16b1a commit 69d9146
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions dist/azure/gitreleasemanager/addasset/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/azure/gitreleasemanager/close/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/azure/gitreleasemanager/create/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/azure/gitreleasemanager/discard/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/azure/gitreleasemanager/open/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/azure/gitreleasemanager/publish/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/azure/gitreleasemanager/setup/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/github/gitreleasemanager/addasset/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/github/gitreleasemanager/close/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/github/gitreleasemanager/create/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/github/gitreleasemanager/discard/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/github/gitreleasemanager/open/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/github/gitreleasemanager/publish/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/github/gitreleasemanager/setup/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/tools/gitreleasemanager/tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class GitReleaseManagerTool extends DotnetTool implements IGitReleaseMana
}

public async install(setupSettings: ISetupSettings): Promise<void> {
await this.toolInstall('GitReleaseManager.Tool', '>=0.13.0 <0.17.0', setupSettings)
await this.toolInstall('GitReleaseManager.Tool', '>=0.10.0 <0.18.0', setupSettings)
}

public create(settings: GitReleaseManagerCreateSettings): Promise<IExecResult> {
Expand Down

0 comments on commit 69d9146

Please sign in to comment.