Skip to content

Commit

Permalink
Merge pull request #197 from Bagaar/update-release-it-setup
Browse files Browse the repository at this point in the history
Update `release-it` setup
  • Loading branch information
bertdeblock committed Mar 6, 2024
2 parents 0ff53d0 + 81a407f commit f38a16c
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 27 deletions.
20 changes: 0 additions & 20 deletions ember-graphql-mocking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"@glint/environment-ember-loose": "^1.2.1",
"@glint/environment-ember-template-imports": "^1.2.1",
"@glint/template": "^1.2.1",
"@release-it-plugins/lerna-changelog": "^6.0.0",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^3.0.2",
"@types/lodash.merge": "^4.6.9",
Expand All @@ -91,7 +90,6 @@
"msw": "^2.2.2",
"prettier": "^3.1.1",
"prettier-plugin-ember-template-tag": "^1.1.0",
"release-it": "^17.0.3",
"rollup": "^4.9.1",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^5.3.3"
Expand All @@ -113,24 +111,6 @@
"main": "addon-main.cjs",
"app-js": {}
},
"release-it": {
"git": {
"commitMessage": "Release v${version}",
"tagName": "v${version}"
},
"github": {
"release": true
},
"hooks": {
"before:git:release": "git add ../"
},
"plugins": {
"@release-it-plugins/lerna-changelog": {
"infile": "../CHANGELOG.md",
"launchEditor": false
}
}
},
"volta": {
"extends": "../package.json"
}
Expand Down
26 changes: 25 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,40 @@
"test:ember": "pnpm --filter '*' test:ember"
},
"devDependencies": {
"@glint/core": "^1.2.1",
"@release-it-plugins/lerna-changelog": "^6.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",
"@glint/core": "^1.2.1"
"release-it": "^17.0.3"
},
"pnpm": {
"overrides": {
"@types/eslint": "^7.0.0"
}
},
"release-it": {
"git": {
"commitMessage": "Release v${version}",
"tagName": "v${version}"
},
"github": {
"release": true
},
"npm": false,
"plugins": {
"@release-it-plugins/workspaces": {
"workspaces": [
"ember-graphql-mocking"
]
},
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": false
}
}
},
"volta": {
"node": "18.19.1"
}
Expand Down
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.

0 comments on commit f38a16c

Please sign in to comment.