(wordpress) Revert to specific non breaking version for self-hosters

This commit is contained in:
Baptiste Arnaud
2023-11-14 15:54:12 +01:00
parent 23625ad214
commit 6c0f28b3e4
4 changed files with 9 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
"license": "AGPL-3.0-or-later",
"scripts": {
"deploy": "pnpm copy && pnpm commit",
"copy": "svn copy ./trunk ./tags/3.4.0",
"commit": "svn ci -m 'Import lib v0.2'"
"copy": "svn copy ./trunk ./tags/3.4.1",
"commit": "svn ci -m 'Import lib specific version'"
}
}