Lucas Shadler
Lucas Shadler
**Describe the bug** **To Reproduce** 1. Make a release on a branch configured for `versionBranches` (ex. if on V3, make a merge to `version-2` that bumps the semantic version) 2....
**Describe the bug** When merging a pre-release into the main branch, it appears that patch bumps do not apply appropriate changelogs. **To Reproduce** I have created a sample repository [here](https://github.com/lshadler/auto-version-test)....
**Is your feature request related to a problem? Please describe.** Not related to a problem :) **Describe the solution you'd like** Some repositories managed by `auto` are only designed for...
Hey team! Wanted to propose some stuff I would be willing to contribute, and thus wanted to see what your perspective was on it: ## Proposal Expose `ts-migrate` as a...
My team has a use case where we are attempting to bundle our Oclif command. This provides us some benefits: - If there are fewer files that we need to...