Automatically increment version in `package.json` on new release 📦
Open
dependencies
good first issue
tech-debt
- Dominant language
- TypeScript
- Stars
- 249
- Forks
- 176
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 20
Description
Due to the fabulous @eddie-knight, GitProxy now has auto releases 💪 As part of #532, generally, all pull requests merged into `main` will result in a new release to GitHub Releases and NPM.
To ensure consistency across the codebase, GitHub Releases and NPM versions, we should ensure that the root `package.json` reflects the latest auto release version.
```[tasklist]
### Tasks
- [ ] Automatically update the `package.json` and `package-lock.json` to reflect the latest auto generated semver number
- [ ] For bonus points ⚡ update the `docusaurus.config.js` `version` with the latest auto generated semver number
```
Contributor guide
Assessment
This issue has not been assessed yet.