We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
napi version
just bump
1 parent e7a29d4 commit a6a8bf2Copy full SHA for a6a8bf2
.github/workflows/bump_version.py
@@ -61,6 +61,7 @@ def main():
61
cwd="node-binding",
62
check=True,
63
)
64
+ subprocess.run(["napi", "version"], cwd="node-binding", check=True)
65
print("Updated version in node-binding/**package.json")
66
tag = "v" + Updater.new_version
67
subprocess.run(["git", "add", "--all"], check=True)
0 commit comments