Skip to content

Commit 98fa7e2

Browse files
mguptahubcpanato
andcommitted
Update pkg/config/config.go
Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com> Signed-off-by: Manish Gupta <59428681+mguptahub@users.noreply.github.com> Signed-off-by: Manish Gupta <manish@plane.so>
1 parent 8f3202a commit 98fa7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type Options struct {
6262
GenerateReleaseNotes bool `mapstructure:"generate-release-notes"`
6363
MakeReleaseLatest bool `mapstructure:"make-release-latest"`
6464
PackagesWithIndex bool `mapstructure:"packages-with-index"`
65-
Prerelease bool `mapstructure:"prerelease"`
65+
PreRelease bool `mapstructure:"pre-release"`
6666
}
6767

6868
func LoadConfiguration(cfgFile string, cmd *cobra.Command, requiredFlags []string) (*Options, error) {

0 commit comments

Comments
 (0)