Skip to content

Commit

Permalink
Update release-it setup (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner authored Apr 26, 2024
1 parent 5b0e5f6 commit faf77cc
Show file tree
Hide file tree
Showing 2 changed files with 1,068 additions and 638 deletions.
19 changes: 17 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@embroider/test-setup": "^2.1.1",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@release-it-plugins/lerna-changelog": "^6.1.0",
"bootstrap": "^4.5.0",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.0.1",
Expand Down Expand Up @@ -79,8 +80,7 @@
"prettier": "^2.8.7",
"qunit": "^2.19.4",
"qunit-dom": "^2.0.0",
"release-it": "^14.10.1",
"release-it-lerna-changelog": "^4.0.0",
"release-it": "^17.2.1",
"stylelint": "^15.4.0",
"stylelint-config-standard": "^32.0.0",
"stylelint-prettier": "^3.0.0"
Expand All @@ -97,5 +97,20 @@
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"release-it": {
"plugins": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md"
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
},
"npm": true
}
}
Loading

0 comments on commit faf77cc

Please sign in to comment.