Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Changelog todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
MemberPress committed Aug 24, 2021
1 parent d8da721 commit 3d17fdd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions bin/memberpress-deployer
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ if ( ! is_object( $result ) ) {
$url
)
);

exit( 1 );
}

$memberpress_version = $result->version;
Expand Down Expand Up @@ -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 ) {
Expand Down

0 comments on commit 3d17fdd

Please sign in to comment.