Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .releasinator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ def publish_to_package_manager(version)
# Distribution GitHub repo if different from the source repo. Optional.
configatron.downstream_repos = [
DownstreamRepo.new(
"test-downstream",
"test-paypal",
"git@github.paypal.com:jbrateman/test-paypal.git",
"master",

:release_to_github => true
),
DownstreamRepo.new(
"test-downstream2",
"test-downstream",
"git@github.com:braebot/test-downstream.git",
"master",
# create a new branch with the specified name, rather than tagging
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Test SDK project changelog
==========================


3.0.9
------
* 3.0.9

3.0.8
------
* 3.0.8

3.0.7
------
* 3.0.7
Expand Down