Skip to main content
English - estable to stable
Source Link
Dan Pichelman
  • 13.9k
  • 8
  • 46
  • 74

How to version, with semantic version, when a bug is fixed between an establea stable version and unestableunstable version

I have a doubt with semantic versioning. I'm working with semantic version like is shown in semver

Imagine this scenario:

  • An estableA stable version, named as 1.1.0
  • An unestableunstable version, named as 1.1.1-rc1
  • A bug is discovered in establestable version 1.1.0 and you need to fix it asap
  • 1.1.1-rc1 version is deployed in a test enviroment, but has not been validated yet

So, what would be the version that solves the bug? I mean, is a rename of 1.1.1-rc1 into 1.1.2-rc1 and solve the bug in 1.1.1 a good practice? 

Or is needed a different aproachapproach?

Thanks in advance!

How to version, with semantic version, when a bug is fixed between an estable version and unestable version

I have a doubt with semantic versioning. I'm working with semantic version like is shown in semver

Imagine this scenario:

  • An estable version, named as 1.1.0
  • An unestable version, named as 1.1.1-rc1
  • A bug is discovered in estable version 1.1.0 and you need to fix it asap
  • 1.1.1-rc1 version is deployed in a test enviroment, but has not been validated yet

So, what would be the version that solves the bug? I mean, is a rename of 1.1.1-rc1 into 1.1.2-rc1 and solve the bug in 1.1.1 a good practice? Or is needed a different aproach?

Thanks in advance!

How to version, with semantic version, when a bug is fixed between a stable version and unstable version

I have a doubt with semantic versioning. I'm working with semantic version like is shown in semver

Imagine this scenario:

  • A stable version, named as 1.1.0
  • An unstable version, named as 1.1.1-rc1
  • A bug is discovered in stable version 1.1.0 and you need to fix it asap
  • 1.1.1-rc1 version is deployed in a test enviroment, but has not been validated yet

So, what would be the version that solves the bug? I mean, is a rename of 1.1.1-rc1 into 1.1.2-rc1 and solve the bug in 1.1.1 a good practice? 

Or is needed a different approach?

Source Link

How to version, with semantic version, when a bug is fixed between an estable version and unestable version

I have a doubt with semantic versioning. I'm working with semantic version like is shown in semver

Imagine this scenario:

  • An estable version, named as 1.1.0
  • An unestable version, named as 1.1.1-rc1
  • A bug is discovered in estable version 1.1.0 and you need to fix it asap
  • 1.1.1-rc1 version is deployed in a test enviroment, but has not been validated yet

So, what would be the version that solves the bug? I mean, is a rename of 1.1.1-rc1 into 1.1.2-rc1 and solve the bug in 1.1.1 a good practice? Or is needed a different aproach?

Thanks in advance!