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.
1 parent 20c68bb commit d62edadCopy full SHA for d62edad
mod.ts
@@ -18,7 +18,6 @@ if (import.meta.main) {
18
try {
19
await root.execute();
20
} catch (err) {
21
- console.log(err);
22
// Clean up the cursor before exiting in case we removed it somewhere.
23
print(cursorShow());
24
release.config.js
@@ -14,6 +14,7 @@ module.exports = {
14
prerelease: true,
15
},
16
],
17
+ tagFormat: "${version}",
plugins: [
/**
* Verify that the commit messages follow commit message conventions
spec.yaml
0 commit comments