Skip to content

v0.14.1

Compare
Choose a tag to compare
@eunjae-lee eunjae-lee released this 22 Jan 13:33
· 280 commits to main since this release
1e9e527

0.14.1 (2020-01-22)

Bug Fixes

releaseType

The following shows how releaseType is determined.

normal cases

  • 1.2.3 -> 2.0.0: major
  • 1.2.3 -> 1.3.0: minor
  • 1.2.3 -> 1.2.4: patch

next version has a tag

  • 1.2.3 -> 1.2.4-alpha.0: prerelease
  • 1.2.4-alpha.0 -> 1.2.4-alpha.1: prerelease

version with a tag -> version without one

  • 1.2.4-alpha.0 -> 1.2.4: patch
  • 1.2.4-alpha.0 -> 1.2.5: patch
  • 1.2.4-alpha.0 -> 1.3.0: minor
  • 1.2.4-alpha.0 -> 2.0.0: major
  • 1.3.0-alpha.0 -> 1.3.0: minor
    Just like normal cases, the new version decides the releaseType.