Skip to content

Commit

Permalink
Add package.json in case it's not
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jun 4, 2024
1 parent 48c49bc commit b12b461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/volto-separator-block/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"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}; f = open(\"../../package.json\", \"w\"); f.write(json.dumps(data, indent=2))'",
"git add ../../CHANGELOG.md"
"git add ../../CHANGELOG.md ../../package.json"
],
"after:release": "rm .changelog.draft README.md"
},
Expand Down

0 comments on commit b12b461

Please sign in to comment.