-
Notifications
You must be signed in to change notification settings - Fork 6
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
Tagging/versioning of this repo #5
Comments
Agree. However, GitHub Actions does not support semver yet. Unlike JS's
Since that is cumbersome, most developers do not provide the minor tag, but just the full and the major formats. See:
On the other hand, my concern is that pyTooling/Actions includes multiple reusable pieces which might be bumped independently. For now, we have at least the JS Action
and Or do we want to handle the versioning of the whole pyTooling/Actions repo together? |
How is it possible that Have they explicitly implemented a bug to break the behavior of a reference in Git? Anyhow, I would like to start with a single version for all items in this repo. |
I don't understand. Git allows generating multiple tags pointing to the same reference, isn't it?
Ok. Shall we start with tag
Yes. Whenever we want to forward |
Yes, Git has references in the directory That why you can use And yes, many branches and tags can point to the same hash (commit). The reference is technically just a human readable alias to a 160-bit SHA1 hash. I prefer to use |
Then, we can use either tags or branches. We might start with using tags, which is used by most Actions. When GitHub changes the recommended approach, we can switch to having
I don't understand what is broken in the core of Git. Branches are mutable by convention and tags should not. However, that is not a technical problem, but a usage/practice issue.
I tagged |
As discussed in a meeting, we will use branch |
I suggest to use a tag like v0 (while still testing) and then later v1.
What do you think?
Originally posted by @Paebbels in edaa-org/pyEDAA.ProjectModel#31 (comment)
The text was updated successfully, but these errors were encountered: