Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

bump gives wrong version if you're 2+ steps behind published #284

Open
rtfeldman opened this issue Sep 20, 2017 · 1 comment
Open

bump gives wrong version if you're 2+ steps behind published #284

rtfeldman opened this issue Sep 20, 2017 · 1 comment
Labels

Comments

@rtfeldman
Copy link

To reproduce:

  1. Check out the code for a package that's currently published as 1.1.0
  2. Edit its version in elm-package.json to be 1.0.0
  3. Add something new, such that this will be a MINOR change.
  4. Run elm package bump

Expected: it changes the local 1.0.0 to 1.2.0, since that's the next MINOR version to be published.

Actual: it changes the local 1.0.0 to 1.1.0, even though 1.1.0 has already been published.

@process-bot
Copy link

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

@rtfeldman rtfeldman added the bug label Sep 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants