Skip to content

Commit 914e1a4

Browse files
Updated releasinator configuration
1 parent c152d0b commit 914e1a4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.releasinator.rb

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33

44
# List of items to confirm from the person releasing. Required, but empty list is ok.
55
configatron.prerelease_checklist_items = [
6-
"Sanity check the master branch.",
7-
"Unit tests passed.",
8-
"Functional tests passed."
6+
"Sanity check the master branch."
97
]
108

119
def validate_version_match()
@@ -45,7 +43,7 @@ def publish_to_package_manager(version)
4543

4644

4745
def wait_for_package_manager(version)
48-
CommandProcessor.wait_for("wget -U \"non-empty-user-agent\" -qO- https://rubygems.org/gems/paypal-sdk-rest/versions/#{version} | cat")
46+
CommandProcessor.wait_for("wget -U \"non-empty-user-agent\" -qO- https://rubygems.org/gems/paypal-sdk-rest/versions/#{package_version} | cat")
4947
end
5048

5149
# The method that waits for the package manager to be done. Required

0 commit comments

Comments
 (0)