Question: Releases semver tagging naming standard?

Hey guys!

I’ve noticed that starting from v6.25.0 the releases included the full tag name, like:

  • Old way: 6.xx.x
  • New way: v6.xx.x

This change will be permanent? I’m adjusting some automations on Github Workflows (thanks @markstos btw!) and need to know that please!

Thanks a lot.

1 Like

Which versions do you mean? I couldn’t notice any changes on GitHub tags or NPM package versions.

It’s not on tags, it’s on Github Releases:

Thanks!

Since v6.25.0, release automation integrated to Ghost monorepo. GitHub releases are automatically generated with this pipeline. So I think we can say yes, GitHub releases will follow tag name standard by using v prefix.

1 Like