-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Branch your source code based on Release info #5224
Comments
From v2.0, there are Why it is done that way: #4098 (comment) From #4098 (comment):
So in the future, |
What does your release cycle issue have to do with to branch your code with names from your already existing Release section according to hash found in specific version. Are you willing to do it or not? After we can talk about your decisions when better to create new release tag. My suggestion after you compiled all your stuff, created all needed checksums and updated all files with new sums you can create new release version. Or it's how you dealing with automatization consequences. Are GitHub actions building your binaries? OK, hope you branch out your repo based on already existing tags. Thanks. |
Sorry, I may have answered too quickly.
I think I don't understand what you're requesting exactly. |
How did you created dev branch and other branches on your repo? Same create versions branches. Go under Branch section create new branch with name from Release section and point source to hash from specific version. Or it's impossible! |
You already have v1.18 version branch with release-v1.18 name. You can in GitHub rename it. |
I don't understand what you want (or why). Create your branch locally as you want. Each release has a tag (not a branch), for example |
I want depend on source author not some bloke like me. It's not hard for me to do on my repo but I'm just some untrusted bloke. This would meet the best coding standards. And tag is not tied with git source code. |
Creating a git branch for nothing with no purpose is not "best coding standards".
Of course it is. |
I'm not Git guru. Everybody have their percpective on things. I'm not arguing. But it's imposible to point to your repo version tags from my repo tags. GitHub only provides poiting to branches. I have other idea will try it then see if it works. Thanks for your input. P.S. |
I don't know about your repo, but here I can select tags (on GitHub, there are two tabs when you select a version: "branches" and "tags"). For example: https://github.com/Genymobile/scrcpy/tree/v2.6.1
That's a temporary branch when I prepared the release probably, like the hundreds other temporary branches that I never removed. :/ |
I stop bothering you with my stupid question. I did my way. Anyway you can't point to remote repo tag when you create new tag or edit existing one, ONLY to remote branches. Thanks. |
Hi, @rom1v !
Can you branch your source code with .., v1.23, v1.24, v1.25, v2.0 names and so on based on your tag info from Release section?
Thanks.
The text was updated successfully, but these errors were encountered: