Skip to content

Commit

Permalink
Merge pull request #561 from intersystems/master-bootstrap-0.7-prerel…
Browse files Browse the repository at this point in the history
…ease-snapshots

bootstrap: make a 0.7 release that honors prerelease & snapshots
  • Loading branch information
isc-tleavitt authored Sep 5, 2024
2 parents c4b83aa + 6e54e41 commit 0b8b3f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/%ZPM/PackageManager/Client/REST/PackageManagerClient.cls
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Method ListModules(pSearchCriteria As %ZPM.PackageManager.Core.SearchCriteria) A
Set tURL = tRequest.Location_"packages/" _ name
}
Do tRequest.SetParam("allVersions", pSearchCriteria.AllVersions)
Do tRequest.SetParam("includePrerelease", pSearchCriteria.IncludePrerelease)
Do tRequest.SetParam("includeSnapshots", pSearchCriteria.IncludeSnapshots)

Set tSC = tRequest.Get($$$URLENCODE(tURL))

Expand Down

0 comments on commit 0b8b3f9

Please sign in to comment.