We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65cc26 commit cc0f3beCopy full SHA for cc0f3be
CHANGELOG.md
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
### Fixed
15
16
- fixed open browser feature on Linux
17
+- fixed typo in flag parameter for triggering a new release
18
19
## [0.12.0] - 2024-02-05
20
internal/resources/requests.go
@@ -93,7 +93,7 @@ type DeployProjectRequest struct {
93
Environment string `json:"environment"`
94
Revision string `json:"revision"`
95
Type string `json:"deployType"` //nolint: tagliatelle
96
- ForceDeploy bool `json:"forceDeplpuWhenNoSemver"` //nolint: tagliatelle
+ ForceDeploy bool `json:"forceDeployWhenNoSemver"` //nolint: tagliatelle
97
}
98
99
type CreateJobRequest struct {
0 commit comments