Skip to content

Commit d62edad

Browse files
fix: fix tag format (#19)
1 parent 20c68bb commit d62edad

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

mod.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ if (import.meta.main) {
1818
try {
1919
await root.execute();
2020
} catch (err) {
21-
console.log(err);
2221
// Clean up the cursor before exiting in case we removed it somewhere.
2322
print(cursorShow());
2423

release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = {
1414
prerelease: true,
1515
},
1616
],
17+
tagFormat: "${version}",
1718
plugins: [
1819
/**
1920
* Verify that the commit messages follow commit message conventions

spec.yaml

Whitespace-only changes.

0 commit comments

Comments
 (0)