Skip to content

Commit

Permalink
Merge pull request Moya#1994 from f-meloni/fix_create_release_script
Browse files Browse the repository at this point in the history
Fix create release script
  • Loading branch information
sunshinejr authored Feb 17, 2020
2 parents 9cc10d0 + 51a09c5 commit 9373133
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ task :create_release, :version do |task, args|
puts "Pushing as a GitHub Release."
require 'octokit'
version = args[:version]
changelog_filename = "CHANGELOG.md"
changelog = File.read(changelog_filename)
Octokit::Client.new(netrc: true).
create_release('Moya/Moya',
version,
Expand Down

0 comments on commit 9373133

Please sign in to comment.