From 9fa8f8f5cdd596407e62c873b1da56442b332aaa Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 13 Sep 2017 13:51:33 -0500 Subject: [PATCH] Minor fix to releasinator script --- .releasinator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releasinator.rb b/.releasinator.rb index 9062082..a0bc0fa 100644 --- a/.releasinator.rb +++ b/.releasinator.rb @@ -11,7 +11,7 @@ def validate_version_match() Printer.fail("lib/PayPal/Core/PayPalConstants.php version #{constant_version} does not match changelog version #{@current_release.version}.") abort() end - Printer.success("Plugin.xml version #{constant_version} matches latest changelog version.") + Printer.success("lib/PayPal/Core/PayPalConstants.php version #{constant_version} matches latest changelog version.") end def validate_tests()