Skip to content

Commit

Permalink
Drop lerna-changelog; release-it to v15; use auto-changelog 🤞
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi committed Jun 17, 2022
1 parent 68a17fd commit 429c696
Show file tree
Hide file tree
Showing 3 changed files with 339 additions and 790 deletions.
9 changes: 1 addition & 8 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,5 @@
],
"automerge": true,
"masterIssue": true,
"rangeStrategy": "update-lockfile",
"packageRules": [
{
// until https://github.com/rwjblue/release-it-lerna-changelog/issues/203
"matchPackageNames": ["release-it"],
"allowedVersions": "<15"
}
]
"rangeStrategy": "update-lockfile"
}
21 changes: 9 additions & 12 deletions packages/theemo/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "theemo",
"description": "The yordle powered theme automator",
"description": "Design Token automations",
"version": "0.1.0",
"license": "MIT",
"author": "Thomas Gossmann",
"homepage": "https://theemo.io",
"bugs": "https://github.com/gossi/theemo/issues",
"repository": "https://github.com/gossi/theemo",
"keywords": [
"figma",
"design tokens",
"automation",
"css"
],
"bugs": "https://github.com/gossi/theemo/issues",
"repository": "https://github.com/gossi/theemo",
"main": "dist/index.js",
"type": "module",
"module": "dist/theemo.esm.js",
Expand Down Expand Up @@ -78,23 +78,20 @@
"mock-fs": "^5.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"release-it": "~14.14.3",
"release-it-lerna-changelog": "^4.0.1",
"release-it": "15.0.0",
"typescript": "4.7.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"release-it": {
"plugins": {
"release-it-lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": false
}
},
"git": {
"tagName": "${name}@${version}"
"tagName": "${name}@${version}",
"changelog": "pnpx auto-changelog --stdout -p --ignore-commit-pattern='^Update (.+) to'"
},
"hooks": {
"after:bump": "pnpx auto-changelog -p --ignore-commit-pattern='^Update (.+) to'"
},
"github": {
"release": true,
Expand Down

0 comments on commit 429c696

Please sign in to comment.