Skip to content

Commit

Permalink
feat: Add support for changing git resource refs when creating a rele…
Browse files Browse the repository at this point in the history
…ase (#268)
  • Loading branch information
APErebus authored Aug 29, 2024
1 parent 8aa93ee commit fb543d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/releases/create_release_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type CreateReleaseCommandV1 struct {
ReleaseVersion string `json:"releaseVersion,omitempty"`
ChannelIDOrName string `json:"channelName,omitempty"`
Packages []string `json:"packages,omitempty"`
GitResources []string `json:"gitResources,omitempty"`
ReleaseNotes string `json:"releaseNotes,omitempty"`
IgnoreIfAlreadyExists bool `json:"ignoreIfAlreadyExists"`
IgnoreChannelRules bool `json:"ignoreChannelRules"`
Expand Down

0 comments on commit fb543d7

Please sign in to comment.