Skip to content

Commit

Permalink
update downstream directory test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brateman committed Jun 16, 2016
1 parent bc717cb commit d812210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releasinator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def wait_for_package_manager(version)
"[email protected]:jbrateman/test-paypal.git",
"master",
:files_to_copy => [
CopyFile.new("CHANGELOG.md", "CHANGELOG.md", ".")
CopyFile.new("sdk/CHANGELOG.md", "CHANGELOG.md", ".")
],
:release_to_github => true
),
Expand All @@ -66,7 +66,7 @@ def wait_for_package_manager(version)
"master",
# create a new branch with the specified name, rather than tagging
:files_to_copy => [
CopyFile.new("CHANGELOG.md", "CHANGELOG.md", ".")
CopyFile.new("sdk/CHANGELOG.md", "CHANGELOG.md", ".")
],
:new_branch_name => "test-release-__VERSION__"
)
Expand Down

0 comments on commit d812210

Please sign in to comment.