- Notifications
You must be signed in to change notification settings - Fork1.8k
fix: get correct version if prerelease branch shares version with ...#2416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
24de2a4 to406b9adCompareUh oh!
There was an error while loading.Please reload this page.
406b9ad to6d6acd3Compare
limulus left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Hey@Tlepel! Thanks for making this PR, I just happened to run into the same issue. I think I found a potential issue with this PR though. (See the code comment.)
Uh oh!
There was an error while loading.Please reload this page.
6d6acd3 toe6ea0e2Compare1dd1fcb to5bd7b02Compare5bd7b02 toc480244Compareca4fba5 to753bac8Compare753bac8 toa5dc2d3Comparea5dc2d3 to4512679Compare
shiipou left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
4512679 toef82181Compareef82181 to445861cCompare445861c toc1b4646Comparec1b4646 tobd378c7Compare@travi whould you have time to review this PR? I try to rebase every time commits were merged to |
1665c39 to15aad9eComparetaorepoara commentedDec 30, 2022
We use two pre-release channels on our projects: alpha and beta. We used to have a problem since channels are stored in the tag notes: when a commit is released to the alpha channel and then the beta channel, every thing is fine, but when another commit is released to the alpha channel (if the previous is not released in the main branch), the previous alpha release is not found and it try to create another alpha release with the same version... This PR fixes our issues. |
73471f3 toda9544bCompareLangstra commentedJan 20, 2023
Could we get this reviewed and merged? 😇 |
da9544b to94b725eComparetaorepoara commentedJan 24, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
For those who are tired to wait for this merge I found another project that could do the job: convco. They have justadded the prerelease management. It does not work the same as Semantic Release, but it should work fine. |
94b725e toe8f6feeComparee8f6fee to1ab4f6eCompare1ab4f6e tobe9e36fComparefrnode commentedMar 14, 2023
I have same issue... Anyone if we can work around the problem temporarily? |
taorepoara commentedMar 15, 2023
You can use the@Tlepel version instead of the official one. Instead of installing semantic-release official version use the next code: npm i"https://github.com/Tlepel/semantic-release.git#fix-versions-share-head"The problem with this solution is that the this PR isFINALLY merged, you'll have to change your CI back to the official version of semantic release, since this branch will be closed. |
be9e36f tofe3b22dComparefe3b22d tof23984bComparef23984b tod39357cCompare5f85888 tod8da89bComparerenestalder commentedMay 3, 2023
Is he going to break the record for the longest ever rebase run? :) |
I sure hope not 😅 |
3ebc0dd to448fd3fCompare448fd3f tod7cfe02CompareLangstra commentedJun 28, 2023
Looks more and more like it. Anyone any idea what the record is? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Alright sorry for the wait! We hoped to find the time to do a deeper dive into potential unwanted side effects, but at this point all your contributions (and patience) outweigh the risk. Thank you all 💐💝
🎉 This PR is included in version 21.0.6 🎉 The release is available on: Yoursemantic-release bot 📦🚀 |
Uh oh!
There was an error while loading.Please reload this page.
…other branches
Fixes#2415