Skip to content

Commit 2fac6f9

Browse files
Merge pull request #6852 from rubygems/release-task-fix-backport
Backport release task fix to the stable branch
2 parents f2f92e7 + 3d20578 commit 2fac6f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,9 @@ namespace :bundler do
666666
task :build => ["bundler:build_metadata"] do
667667
Rake::Task["bundler:build_metadata:clean"].tap(&:reenable).invoke
668668
end
669-
task "bundler:release:rubygem_push" => ["bundler:release:setup", "man:check", "bundler:build_metadata", "bundler:release:github"]
669+
670+
desc "Push to rubygems.org"
671+
task "release:rubygem_push" => ["bundler:release:setup", "man:check", "bundler:build_metadata", "bundler:release:github"]
670672

671673
desc "Generates the changelog for a specific target version"
672674
task :generate_changelog, [:version] do |_t, opts|

0 commit comments

Comments
 (0)