chore: fixes pyproject-updater script
This commit is contained in:
parent
f5eb85376a
commit
20bf2edd04
@ -1,4 +1,4 @@
|
|||||||
const pattern = /(\[tool\.poetry\]\nname = "pytest"\nversion = ")(?<vers>\d+\.\d+\.\d)(")/mg;
|
const pattern = /(\[tool\.poetry\]\nname = "pyewjn"\nversion = ")(?<vers>\d+\.\d+\.\d)(")/mg;
|
||||||
|
|
||||||
module.exports.readVersion = function (contents) {
|
module.exports.readVersion = function (contents) {
|
||||||
const result = pattern.exec(contents);
|
const result = pattern.exec(contents);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user