OctopusDeploy / cli

| Public | Next Generation of the Octopus CLI :octopus:
Other
35 stars 10 forks source link

feat: Add support for fixed package versions in release creation #435

Closed geofflamrock closed 1 week ago

geofflamrock commented 1 week ago

This PR adds support to release creation for detecting when a package reference in a step has been configured with a fixed version. This feature is currently rolling out through Octopus Cloud. If a fixed version is configured on the step then the CLI will no longer attempt to get a version from the feed or ask the user to confirm the version.

This PR needs https://github.com/OctopusDeploy/go-octopusdeploy/pull/276 to be merged and a new version of the library made available.