Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: incorrect results from diff sometimes with prerelease versions #546

Merged
merged 7 commits into from Apr 13, 2023

Commits on Apr 11, 2023

  1. fix: diff giving wrong result when going prerelease => stable

    `0.0.2-1` => `0.0.3` should be `patch` not `prepatch`
    tjenkinson committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    65b34a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    891b7da View commit details
    Browse the repository at this point in the history
  3. fix: diff not pre* when stable part of 2 prereleases changes

    I.e. `1.0.0-1` => `2.0.0-1` should be `major` not `premajor`, because the biggest change is the major version
    tjenkinson committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f8c38e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c37998 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    f584c08 View commit details
    Browse the repository at this point in the history
  2. add comment about prefix

    tjenkinson committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    89ae1fe View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    f3fd4db View commit details
    Browse the repository at this point in the history