semver
semver copied to clipboard
Generate version based on tag
Hey,
So we are doing continuous deployment on demand in our repo. so when we ready to release, we will run a workflow to make a cut on our default branch and generate a tag calls latest-release
.
Our release process is manual, so when I decide to release, I want to generate the release notes based on the latest-release
instead of my default branch (Because it might contains things we havn't run tests yet)
Any idea how I can achieve it?
what would be the best approach for making a cut for release from default branch then genereate releaes notes later. Need help @edbzn
This repository is using the same release workflow so you can have a look to the CI pipeline it should help you.
I think it is different from what's list in the repository, because I want to generate the release noets based on the last release and the current cut on main I made called latest release.