Would add the following to Cargo.toml: version = 2.0.0
Would add the following to pyproject.toml: 2.0.0
Would add the following to package.json: version = 0.5.0
Would add the following to FIRST_CHANGELOG.md:
## 2.0.0 ([DATE])
### Breaking Changes
- New breaking feature
Would add the following to SECOND_CHANGELOG.md:
## 0.5.0 ([DATE])
### Breaking Changes
- New breaking feature
Would add files to git:
Cargo.toml
pyproject.toml
package.json
FIRST_CHANGELOG.md
SECOND_CHANGELOG.md
Would run git commit -m "chore: Prepare release"
Would create Git tag first/v2.0.0
Would create Git tag second/v0.5.0