Skip to content

Commit

Permalink
Fix release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jan 2, 2024
1 parent 24e3d8f commit e9114df
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 109 deletions.
2 changes: 0 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,12 @@
"webpack": "^5.89.0",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.3",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"ember-cli-sass": "^11.0.1",
"ember-code-snippet": "git://github.com/ef4/ember-code-snippet.git#d054b697098ad52481c94a952ccf8d89ba1f25fe",
"ember-concurrency": "^3.1.1",
"ember-prism": "^0.13.0",
"prember": "~2.0.0",
"prember-crawler": "^1.0.0",
"release-it": "^16.0.0",
"sass": "^1.69.5"
},
"engines": {
Expand Down
14 changes: 0 additions & 14 deletions ember-basic-dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,19 +150,5 @@
"./modifiers/basic-dropdown-trigger.js": "./dist/_app_/modifiers/basic-dropdown-trigger.js",
"./test-support/helpers.js": "./dist/_app_/test-support/helpers.js"
}
},
"release-it": {
"plugins": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md"
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
}
}
25 changes: 24 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@
"start:test-app": "pnpm run --filter test-app start"
},
"devDependencies": {
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@release-it-plugins/workspaces": "^4.0.0",
"concurrently": "^8.2.0",
"prettier": "^3.0.3",
"prettier-plugin-ember-template-tag": "^1.1.0"
"prettier-plugin-ember-template-tag": "^1.1.0",
"release-it": "^16.3.0"
},
"workspaces": [
"ember-basic-dropdown",
Expand All @@ -26,6 +29,26 @@
"engines": {
"node": ">= 18"
},
"release-it": {
"plugins": {
"@release-it-plugins/workspaces": {
"workspaces": [
"ember-basic-dropdown"
]
},
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md"
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
},
"npm": false
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
Expand Down
Loading

0 comments on commit e9114df

Please sign in to comment.