-
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
Use date as version #2292
Comments
@teaxyz would also appreciate this. Since every push to master triggers a release this would mean some days have multiple releases however. We could do calver+time to mitigate. Prefacing the next thing I'm saying with: I totally understand why releases are cognitive overhead—ideally the project would migrate to real releases. Start at v0.0.1 by all means! |
There's already a header generated containing a "build" number based on the current commit. When you run
or:
I wonder if this build number could be used instead. Using larger numbers like these isn't unheard these days, for example, with projects like Firefox. |
That build number literally comes from the command |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Can this project use date as version like
2023.7.1
? currently,master-XXXXXX
cannot compare which version is newer. but date can:2023.7.1
is newer than2023.6.29
. It is convenient for the packager to compare which version is newer.Related: termux/termux-packages#17457
The text was updated successfully, but these errors were encountered: