Skip to content

Commit

Permalink
chore: 📦 remove automatic changelog generation
Browse files Browse the repository at this point in the history
I need to give some more experience with generating
changeloges before I can automate it. For now I am going to
use adamtabrams/change locally and then go from there.
  • Loading branch information
johanfriis committed Sep 5, 2022
1 parent 1f0f5ea commit 9f45cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version:changelog": "npx conventional-changelog-cli -p conventionalcommits -i CHANGELOG.md -s",
"version:bump": "node version-bump.mjs",
"version:git": "git add manifest.json versions.json CHANGELOG.md",
"version": "run-s version:*",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"private": "true",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "17.1.2",
Expand Down

0 comments on commit 9f45cc4

Please sign in to comment.