Skip to content

Commit

Permalink
chore: migrate from bumpp to changelogen
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Jun 10, 2023
1 parent 96bbd43 commit bbdbbdd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 56 deletions.
3 changes: 3 additions & 0 deletions changelog.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"test": false,
"docs": false,
"ci": false
},
"templates": {
"commitMessage": "build: publish v{{newVersion}}"
}
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"release": "pnpm release:check && pnpm release:version && pnpm release:publish",
"release:check": "pnpm test && pnpm run build",
"release:publish": "clean-publish",
"release:version": "bumpp package.json --execute=\"pnpm exec changelogen --output changelog.md -r %s && git add changelog.md\" --commit \"build: publish v%s\" --tag --all",
"release:version": "changelogen --output changelog.md --release --push",
"lint": "eslint \"**/*.{js,ts}\"",
"test:types": "tsc --noEmit --pretty",
"test:unit": "vitest --run --coverage --single-thread --no-threads",
Expand Down Expand Up @@ -70,7 +70,6 @@
"@types/natural-compare-lite": "^1.4.0",
"@types/node": "^20.2.5",
"@vitest/coverage-v8": "^0.32.0",
"bumpp": "^9.1.1",
"changelogen": "^0.5.3",
"clean-publish": "^4.2.0",
"eslint": "^8.42.0",
Expand Down
54 changes: 0 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bbdbbdd

Please sign in to comment.