bumpp
bumpp copied to clipboard
After upgrade to v9.2.0 bump.config.ts not work
Describe the bug
After upgrade to v9.2.0 bump.config.ts not work, but with v9.1.0 it works.
Reproduction
https://github.com/yunsii/unplugin-polish-tagged-templates
System Info
System:
OS: Linux 5.15 Ubuntu 18.04.6 LTS (Bionic Beaver)
CPU: (12) x64 Intel(R) Core(TM) i7-10710U CPU @ 1.10GHz
Memory: 11.55 GB / 15.52 GB
Container: Yes
Shell: 5.4.2 - /usr/bin/zsh
Binaries:
Node: 16.14.0 - ~/.nvm/versions/node/v16.14.0/bin/node
Yarn: 1.22.5 - /usr/bin/yarn
npm: 8.3.1 - ~/.nvm/versions/node/v16.14.0/bin/npm
pnpm: 8.6.9 - ~/.local/share/pnpm/pnpm
Used Package Manager
pnpm
Validations
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guide.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- [X] The provided reproduction is a minimal reproducible of the bug.
+1
Edit: after some testing there's also another problem:
README was wrong, downgrade to 9.1.0 loads bump.config.ts
, not bumpp.config.ts
according to README, both bump..
and bumpp..
is broken on 9.2.0 though.
+1
I hope this get's resolved sometime.
Duplicate of #6 This other issue also now includes reproduction.