jscutlery / semver

Nx plugin to automate semantic versioning and CHANGELOG generation.
MIT License
727 stars 84 forks source link

Question: Do you use a latest-release for [all releases] and how does it work with multiple projects? #705

Open ryanbas21 opened 1 year ago

ryanbas21 commented 1 year ago

I see the latest-release tag in the documentation and i think maybe more information on this could be useful.

If I have 1 project that i produce beta tags for on develop branch and i have a master branch for all stable releases, do i update the latest tag on each beta as well as each stable? So basically i can run affected version and then i forcefully update latest tag in ci?

Second: If i have two or three packages in the repo, should they have their own latest tag? Like ${projectName}-latest-release if they are independently versioned?