From 3d17fdd6db73c311259888294f26f28524c841d4 Mon Sep 17 00:00:00 2001 From: MemberPress Date: Tue, 24 Aug 2021 10:06:35 +0200 Subject: [PATCH] Changelog todo. --- README.md | 5 +++++ bin/memberpress-deployer | 3 +++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 1999afb..dd85cc3 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ http POST https://mothership.caseproof.com/versions/info/$MEMBERPRESS_LICENSE_KE http POST https://mothership.caseproof.com/versions/info/$MEMBERPRESS_LICENSE_KEY domain=$MEMBERPRESS_LICENSE_DOMAIN | jq '.url' ``` +## Changelog + +- https://memberpress.com/change-log/ +- https://memberpress.com/wp-json/wp/v2/pages?slug=change-log + ## Schedule > Scheduled workflows run on the latest commit on the default or base branch. diff --git a/bin/memberpress-deployer b/bin/memberpress-deployer index e228042..253e9f0 100755 --- a/bin/memberpress-deployer +++ b/bin/memberpress-deployer @@ -101,6 +101,8 @@ if ( ! is_object( $result ) ) { $url ) ); + + exit( 1 ); } $memberpress_version = $result->version; @@ -286,6 +288,7 @@ $release_not_found = ( 1 === $result_code ); /** * GitHub release. * + * @todo https://memberpress.com/wp-json/wp/v2/pages?slug=change-log * @link https://cli.github.com/manual/gh_release_create */ if ( $release_not_found ) {