Skip to content

Commit

Permalink
Add release-it stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Nov 2, 2023
1 parent 68c08dd commit 874a0ea
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 14 deletions.
24 changes: 23 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,29 @@
"test:watch:addon": "pnpm -F ember-math-helpers start"
},
"devDependencies": {
"npm-run-all": "^4.1.5"
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@release-it-plugins/workspaces": "^4.0.0",
"npm-run-all": "^4.1.5",
"release-it": "^16.1.5"
},
"release-it": {
"plugins": {
"@release-it-plugins/workspaces": {
"publish": false
},
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
},
"git": {
"tagName": "v${version}"
},
"npm": false,
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
},
"pnpm": {
"peerDependencyRules": {
Expand Down
71 changes: 60 additions & 11 deletions pnpm-lock.yaml

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

2 changes: 0 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@
"prettier": "^3.0.3",
"qunit": "^2.20.0",
"qunit-dom": "^3.0.0",
"release-it": "^16.2.1",
"release-it-lerna-changelog": "^5.0.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.0.2",
Expand Down

0 comments on commit 874a0ea

Please sign in to comment.