We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d426d3 commit f60557bCopy full SHA for f60557b
1 file changed
semantic_release.gemspec
@@ -24,7 +24,6 @@ Gem::Specification.new do |spec|
24
25
# Specify which files should be added to the gem when it is released.
26
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
27
- gemspec = File.basename(__FILE__)
28
spec.files = IO.popen(%w[git ls-files -z], chdir: __dir__, err: IO::NULL) do |ls|
29
ls.readlines("\x0", chomp: true).select do |f|
30
f.start_with?(*%w[CHANGELOG.md LICENSE.txt README.md lib])
0 commit comments