Skip to content

Commit 7808ae1

Browse files
committed
(MAINT) Add 'incomplete' label to changelog exclusions list
1 parent eee31e6 commit 7808ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ begin
148148
labels: ["backwards-incompatible"]
149149
}
150150
}
151-
config.exclude_labels = ['maintenance']
151+
config.exclude_labels = ['maintenance','incomplete']
152152
config.user = 'puppetlabs'
153153
config.project = 'puppet-strings'
154154
end

0 commit comments

Comments
 (0)