Replies: 1 comment 1 reply
-
Versioning means that I must activate the version information in the project settings? Or is this something which is completely independent of the project-internal version? Anyway, I prefer the four-number format with preceding "v": "v1.0.0.317" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Werner,
You should begin thinking about a version. And you should then do your first tag so I can add the binaries for that release.
In my Object Pascal apps I use all 4 version parts: Major.Minor.Revision.Build Ex: 1.2.3.4.
You can decide how many or how few of those you want and if you want only numbers, or numbers and letters.
Only numbers is what I'm suggesting.
Number and letters is what you can find on fpcupdeluxe: 1.8.2j
Some like to not include the 'v' before the numbers when creating the tag, others include it.
If you have any questions about tagging, please feel free to ask. I'll make my best effort to answer your questions.
We'll tackle this after the GitHub actions.
Cheers,
Gus
Beta Was this translation helpful? Give feedback.
All reactions