microsoft / microsoft/beachball
Renaming change files and running ` beachball bump` with the --keep-change-files flag bumps up the package version
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 815
- Forks
- 93
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 12
Description
Renaming change files and running beachball bump command with the --keep-change-files flag bumps up the package version.
Manually reverting PRs, where git deletes change files, and recreating them using beachball change makes git mark these as renamed and might result in package versions changing in an unpredictable manner.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue by renaming change files and running beachball bump --keep-change-files, then compare the package version with the result after using beachball change. Investigate how Git-renamed change files are handled during the bump; done means renaming files no longer causes an unexpected version change when the flag is used.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, typescript
- Domain
- cli, release
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100