Skip to content

Commit

Permalink
refactor: remove changelogen generation on cli release
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Mar 30, 2024
1 parent a27bfe2 commit 7c2f09a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ Made by [@HugoRCD](https://github.com/HugoRCD) and [community](https://github.co

---

_🤖 auto updated with [automd](https://automd.unjs.io) (last updated: Thu Mar 28 2024)_
_🤖 auto updated with [automd](https://automd.unjs.io) (last updated: Sat Mar 30 2024)_

<!-- /automd -->
4 changes: 2 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"release": "bun run lint && changelogen --release --push && bun run build && npm publish"
"release": "bun run lint && bun run build && npm publish"
},
"devDependencies": {
"@shelve/eslint-config": "*",
Expand Down Expand Up @@ -54,4 +54,4 @@
"unbuild": "^2.0.0"
},
"license": "Apache-2.0"
}
}

0 comments on commit 7c2f09a

Please sign in to comment.