antfu-collective / bumpp

Interactive CLI that bumps your version numbers and more
https://jstools.dev/version-bump-prompt/
MIT License
597 stars 43 forks source link

After upgrade to v9.2.0 bump.config.ts not work #13

Closed yunsii closed 7 months ago

yunsii commented 1 year ago

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

NamesMT commented 1 year ago

+1 image 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.

mattjin commented 1 year ago

+1

chrisspiegl commented 1 year ago

I hope this get's resolved sometime.

chrisspiegl commented 1 year ago

Duplicate of #6 This other issue also now includes reproduction.