semver icon indicating copy to clipboard operation
semver copied to clipboard

Generate version based on tag

Open BioCarmen opened this issue 2 years ago • 3 comments

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?

BioCarmen avatar Aug 02 '22 13:08 BioCarmen

what would be the best approach for making a cut for release from default branch then genereate releaes notes later. Need help @edbzn

BioCarmen avatar Aug 03 '22 16:08 BioCarmen

This repository is using the same release workflow so you can have a look to the CI pipeline it should help you.

edbzn avatar Aug 03 '22 18:08 edbzn

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.

BioCarmen avatar Aug 03 '22 21:08 BioCarmen