From 1a786e09d00651759ce8afa7bafa43371f99ffe9 Mon Sep 17 00:00:00 2001 From: Mark van Holsteijn Date: Thu, 23 Jan 2025 22:47:50 +0100 Subject: [PATCH] bumped to release 1.5.3 --- .release | 4 ++-- README.md | 2 +- examples/blog1/index.md | 6 +++--- setup.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.release b/.release index ab07855..baddade 100644 --- a/.release +++ b/.release @@ -1,3 +1,3 @@ -release=1.5.2.patch1 -tag=1.5.2.patch1 +release=1.5.3 +tag=1.5.3 pre_tag_command=sed -i '' -e 's/version="[^"]*"/version="@@RELEASE@@"/g' setup.py && sed -i '' -e 's^\(ghcr.io/binxio/wordpress-markdown-blog-loader:\)[^ \t]*^\1@@RELEASE@@^g' README.md diff --git a/README.md b/README.md index 1702a28..39cf790 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ alias wp-md='docker run \ -v $HOME:$HOME \ -v $HOME/.wordpress.ini:/root/.wordpress.ini \ -v $PWD:/$PWD \ - -w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.5.2 + -w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.5.3 ```' Assuming that your WordPress app password is stored in the 1password Private vault under the name `wordpress app password` diff --git a/examples/blog1/index.md b/examples/blog1/index.md index 1ccef6d..910eb6e 100644 --- a/examples/blog1/index.md +++ b/examples/blog1/index.md @@ -1,5 +1,5 @@ --- -author: Alexander Bij +author: Mark van Holsteijn brand: xebia.com categories: - uncategorized @@ -11,7 +11,7 @@ image: images/banner.jpg og: description: this goes to the Rankmath og description through meta image: images/og-banner.jpg -slug: try-this-one-2 +slug: try-this-one-5 status: draft subtitle: using Google Cloud Run and Cloud Scheduler title: Testing markdown upload through wordpress API @@ -117,4 +117,4 @@ terraform apply With Google [Cloud Run](https://cloud.google.com/run/) it is easy to deploy your containerized applications in a serverless fashion and use the Google [Cloud Scheduler](https://cloud.google.com/scheduler/) to schedule invocation of application in a secure way. -![binx.io logo](./images/binx-logo.png) +![binx.io logo](./images/binx-logo.png) \ No newline at end of file diff --git a/setup.py b/setup.py index 390b6a1..1224d41 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ setup( name="wordpress-markdown-blog-loader", - version="1.5.2", + version="1.5.3", url="https://github.com/binxio/wordpress-markdown-blog-loader", license="APL2", author="Mark van Holsteijn",