Skip to content

Commit

Permalink
Merge pull request #918 from elwayman02/release-it-part-2
Browse files Browse the repository at this point in the history
Simplify release-it setup
  • Loading branch information
elwayman02 authored Nov 1, 2023
2 parents 4ce47f8 + ade954c commit e5dcfee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@







# Changelog

## v7.3.0 (2023-10-30)

Expand Down
24 changes: 3 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,33 +38,15 @@
"infile": "CHANGELOG.md",
"launchEditor": false
},
"@release-it-plugins/workspaces": {
"workspaces": [
"addon"
],
"additionalManifests": {
"dependencyUpdates": [
"test-app/package.json"
]
}
}
"@release-it-plugins/workspaces": true
},
"git": {
"tagName": "v${version}"
},
"github": {
"release": true,
"tokenRef": "GITHUB_AUTH"
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"engines": {
"node": "14.* || 16.* || >= 18"
},
"volta": {
"node": "18.18.2",
"yarn": "1.22.19"
},
"npm": false
}
}

0 comments on commit e5dcfee

Please sign in to comment.