Skip to content

Commit cc0f3be

Browse files
committed
fix: typo in ForceDeploy flag for releasing a project
1 parent c65cc26 commit cc0f3be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Fixed
1515

1616
- fixed open browser feature on Linux
17+
- fixed typo in flag parameter for triggering a new release
1718

1819
## [0.12.0] - 2024-02-05
1920

internal/resources/requests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ type DeployProjectRequest struct {
9393
Environment string `json:"environment"`
9494
Revision string `json:"revision"`
9595
Type string `json:"deployType"` //nolint: tagliatelle
96-
ForceDeploy bool `json:"forceDeplpuWhenNoSemver"` //nolint: tagliatelle
96+
ForceDeploy bool `json:"forceDeployWhenNoSemver"` //nolint: tagliatelle
9797
}
9898

9999
type CreateJobRequest struct {

0 commit comments

Comments
 (0)