Skip to content

Commit

Permalink
refactor: remove unnecessary console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Namekkural committed Mar 25, 2022
1 parent 2159044 commit cb35e69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "billbee-types",
"version": "1.6.0",
"version": "1.6.1",
"description": "billbee types",
"main": "index.ts",
"scripts": {
Expand Down
4 changes: 0 additions & 4 deletions scripts/release.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ if (!choices.includes(versionType)) {

await $`gh release create v${next}`;
console.log('');

console.log(`Watch workflow:`);
console.log(`gh run watch --repo billbee-types`);

console.log('------------------------');
console.log(`Created release ${next}`);
console.log('------------------------\n');
Expand Down

0 comments on commit cb35e69

Please sign in to comment.