File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- release=1.6.1
2- tag=1.6.1
1+ release=1.6.2
2+ tag=1.6.2
33pre_tag_command=sed -i '' -e 's/^version *= *"[^"]*"/version = "@@RELEASE@@"/g' pyproject.toml && sed -i '' -e 's^\(ghcr.io/binxio/wordpress-markdown-blog-loader:\)[^ \t]*^\1@@RELEASE@@^g' README.md
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ alias wp-md='docker run \
6868 -v $HOME:$HOME \
6969 -v $HOME/.wordpress.ini:/root/.wordpress.ini \
7070 -v $PWD:/$PWD \
71- -w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.6.1
71+ -w $PWD ghcr.io/binxio/wordpress-markdown-blog-loader:1.6.2
7272```'
7373Assuming that your WordPress app password is stored in the 1password Private vault under the name ` wordpress app password`
7474
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " wordpress-markdown-blog-loader"
7- version = " 1.6.1 "
7+ version = " 1.6.2 "
88authors = [{name = " Mark van Holsteijn" , email = " markvanholsteijn@binx.io" }]
99license = {text = " APL2" }
1010description = " load markdown blogs into wordpress"
You can’t perform that action at this time.
0 commit comments