Skip to content

Commit

Permalink
Re-organize Releasing (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi authored Jul 25, 2023
1 parent bb834b2 commit e3b208a
Show file tree
Hide file tree
Showing 4 changed files with 455 additions and 320 deletions.
20 changes: 0 additions & 20 deletions ember-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"@glint/template": "^1.0.2",
"@gossi/config-eslint": "^0.4.0",
"@gossi/config-prettier": "^0.4.0",
"@release-it-plugins/lerna-changelog": "^5.0.0",
"@tsconfig/ember": "^2.0.0",
"@types/qunit": "^2.19.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
Expand All @@ -78,7 +77,6 @@
"eslint-plugin-ember": "^11.8.0",
"eslint-plugin-storybook": "^0.6.12",
"prettier": "^2.8.8",
"release-it": "^15.1.3",
"rollup": "3.25.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-ts": "^3.2.0",
Expand All @@ -101,24 +99,6 @@
"type": "addon",
"version": 2
},
"release-it": {
"plugins": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": false
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
},
"npm": {
"publish": false
}
},
"volta": {
"extends": "../package.json"
}
Expand Down
28 changes: 26 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-link",
"version": "2.0.1",
"version": "3.0.0",
"private": true,
"license": "MIT",
"repository": {
Expand All @@ -21,8 +21,11 @@
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@release-it-plugins/workspaces": "^4.0.0",
"concurrently": "^7.6.0",
"vitepress": "^1.0.0-beta.3"
"vitepress": "^1.0.0-beta.3",
"release-it": "^16.1.3"
},
"volta": {
"node": "16.20.0"
Expand All @@ -34,5 +37,26 @@
"search-insights"
]
}
},
"release-it": {
"plugins": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": false
},
"@release-it-plugins/workspaces": {
"publish": false
}
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
},
"npm": {
"publish": false
}
}
}
Loading

0 comments on commit e3b208a

Please sign in to comment.