Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
chore: reverse direction of CHANGELOG and README copying
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeanjones committed May 23, 2022
1 parent 966574e commit edb0472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ember-cli-sonarqube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"release": true
},
"hooks": {
"before:release": "cp ../../CHANGELOG.md ./CHANGELOG.md && cp ../../README.md ./README.md",
"after:git:release": "git add -A && git commit -m \"chore: workspace updates for v${version}\" && git push origin HEAD"
"before:release": "cp ./CHANGELOG.md ../../CHANGELOG.md && cp ./README.md ../../README.md",
"before:git:release": "git add -A"
},
"plugins": {
"@release-it/conventional-changelog": {
"infile": "../../CHANGELOG.md",
"infile": "CHANGELOG.md",
"preset": {
"name": "angular",
"types": [
Expand Down

0 comments on commit edb0472

Please sign in to comment.