Skip to content

Commit c8a133f

Browse files
committed
Exclude change logs for pre 1.0
1 parent 7dbb490 commit c8a133f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222
spec.homepage = "https://github.com/ruby/etc"
2323
spec.licenses = ["Ruby", "BSD-2-Clause"]
2424

25-
changelogs = Dir.glob("logs/ChangeLog-*[^~]", base: __dir__)
25+
changelogs = Dir.glob("logs/ChangeLog-[1-9]*[^~]", base: __dir__)
2626
spec.files = %w[
2727
LICENSE.txt
2828
README.md

0 commit comments

Comments
 (0)