Skip to content

Commit

Permalink
Update release-it setup
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jul 16, 2024
1 parent 513cd4f commit 36f8e1d
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 10 deletions.
27 changes: 25 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@
},
"devDependencies": {
"@glint/core": "^1.2.1",
"@release-it-plugins/lerna-changelog": "^7.0.0",
"@release-it-plugins/workspaces": "^4.2.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": "^17.6.0"
},
"pnpm": {
"overrides": {
Expand All @@ -27,5 +30,25 @@
},
"engines": {
"node": ">= 18"
},
"release-it": {
"plugins": {
"@release-it-plugins/workspaces": {
"workspaces": [
"ember-highcharts"
]
},
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md"
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
},
"npm": false
}
}
}
41 changes: 35 additions & 6 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 @@ -39,7 +39,6 @@
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/template": "^1.4.0",
"@release-it-plugins/lerna-changelog": "^7.0.0",
"@tsconfig/ember": "^3.0.8",
"@types/ember": "^4.0.11",
"@types/ember-data": "^4.4.16",
Expand Down Expand Up @@ -107,7 +106,6 @@
"prettier": "^3.3.2",
"qunit": "^2.21.0",
"qunit-dom": "^2.0.0",
"release-it": "^17.6.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.1.0",
Expand Down

0 comments on commit 36f8e1d

Please sign in to comment.