Skip to content

Commit

Permalink
Merge pull request #82 from chelnak/new_excluded_label
Browse files Browse the repository at this point in the history
Add a new excluded label default
  • Loading branch information
chelnak authored Jun 19, 2022
2 parents f84035d + 81c0e11 commit b608273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/configuration/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func InitConfig() error {

func setDefaults() {
viper.SetDefault("file_name", "CHANGELOG.md")
viper.SetDefault("excluded_labels", []string{"maintenance"})
viper.SetDefault("excluded_labels", []string{"maintenance", "dependencies"})

sections := make(map[string][]string)
sections["changed"] = []string{"backwards-incompatible"}
Expand Down

0 comments on commit b608273

Please sign in to comment.