Skip to content

Commit

Permalink
remove release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Dec 6, 2023
1 parent 51491a7 commit 17723d1
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1,930 deletions.
28 changes: 1 addition & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"test": "pnpm --filter 'blueprint-tests' test"
},
"dependencies": {
"create-rwjblue-release-it-setup": "^4.0.0",
"ember-cli-normalize-entity-name": "^1.0.0",
"ember-cli-string-utils": "^1.1.0",
"execa": "^5.1.1",
Expand All @@ -26,13 +25,11 @@
},
"devDependencies": {
"@nullvoxpopuli/eslint-configs": "^3.2.0",
"@release-it-plugins/lerna-changelog": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.19.0",
"prettier": "^3.0.2",
"release-it": "^15.5.0",
"release-plan": "^0.5.0",
"release-plan": "^0.5.1",
"typescript": "^4.7.4"
},
"engines": {
Expand All @@ -45,28 +42,5 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"pnpm": {
"overrides": {
"@octokit/core": "^4.0.0"
},
"notes": {
"@octokit/core": "release-it -> @octokit/rest -> @octokit/plugin-paginate-rest wants @octokit/core v4, but found 3.6. The other way of solving this is to go more experimental / git / pr references: https://github.com/GavinJoyce/ember-headlessui/pull/161 -- the problem is that release-it-lerna-changelog + release-it have incompatible peers"
}
},
"release-it": {
"plugins": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
}
}
Loading

0 comments on commit 17723d1

Please sign in to comment.