Skip to content

Commit

Permalink
Remove @plone/components from deps, on release it is complex to han…
Browse files Browse the repository at this point in the history
…dle, we will do it when it really matters. Fix also version sync script on release
  • Loading branch information
sneridagh committed Jun 11, 2024
1 parent fa9243f commit ecc2968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"pipx run towncrier build --draft --yes --version ${version} > .changelog.draft",
"pipx run towncrier build --yes --version ${version}",
"cp ../../README.md ./ && cp CHANGELOG.md ../../CHANGELOG.md",
"python3 -c 'import json; data = json.load(open(\"../../package.json\")); data[\"version\"] = ${version}; json.dump(data, open(\"../../package.json\", \"w\"), indent=2)'",
"python3 -c 'import json; data = json.load(open(\"../../package.json\")); data[\"version\"] = \"${version}\"; json.dump(data, open(\"../../package.json\", \"w\"), indent=2)'",
"git add ../../CHANGELOG.md ../../package.json"
],
"after:release": "rm .changelog.draft README.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@
"release-major-alpha": "release-it major --preRelease=alpha",
"release-alpha": "release-it --preRelease=alpha"
},
"dependencies": {
"@plone/components": "{{ cookiecutter.__version_plone_components }}"
},
"dependencies": {},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down

0 comments on commit ecc2968

Please sign in to comment.