Skip to content

Commit

Permalink
feat: Adds FixedVersion to template packages (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
geofflamrock authored Oct 30, 2024
1 parent b9a479d commit c17e4b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/releases/release_template_package.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ type ReleaseTemplatePackage struct {
ProjectName string `json:"ProjectName,omitempty"`
StepName string `json:"StepName,omitempty"`
VersionSelectedLastRelease string `json:"VersionSelectedLastRelease,omitempty"`
FixedVersion string `json:"FixedVersion,omitempty"`
}

0 comments on commit c17e4b6

Please sign in to comment.