-
Notifications
You must be signed in to change notification settings - Fork 23
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
build & ci: Setup version naming scheme & auto release CI #18
Conversation
Signed-off-by: Qian Qian "Cubik" <cubik65536@cubik65536.top>
Signed-off-by: Qian Qian "Cubik" <cubik65536@cubik65536.top>
Signed-off-by: Qian Qian "Cubik" <cubik65536@cubik65536.top>
Signed-off-by: Qian Qian "Cubik" <cubik65536@cubik65536.top>
Signed-off-by: Qian Qian "Cubik" <cubik65536@cubik65536.top>
Signed-off-by: Qian Qian "Cubik" <cubik65536@cubik65536.top>
I still want to show build time in version number so I can easily see if a bug report is using the latest version. You can add build time to only beta or snapshot versions. |
I personally don't recommend to do that, especially when the built time does not directly correspond to a version, but if you really want it I might add a environment variable to control that. |
Signed-off-by: Qian Qian "Cubik" <cubik65536@cubik65536.top>
Signed-off-by: Qian Qian "Cubik" <cubik65536@cubik65536.top>
Signed-off-by: Qian Qian "Cubik" <cubik65536@cubik65536.top>
well, it's ok to use commit hash, but if you don't like build time github action id is also ok, i just want to know if players are using the latest version. e.g. |
Yeah I'll put the CI ID at the end if it's generated by GitHub CI. BTW, this is only on beta isn't it? |
ok, great job |
Signed-off-by: Qian Qian "Cubik" <cubik65536@cubik65536.top>
Signed-off-by: Qian Qian "Cubik" <cubik65536@cubik65536.top>
Signed-off-by: Qian Qian "Cubik" <cubik65536@cubik65536.top>
Signed-off-by: Qian Qian "Cubik" <cubik65536@cubik65536.top>
Ready for review @zly2006 |
Description/描述
This Pull Request contains:
version+date
(e.g.0.1+20230830
) toversion.patch-git_sha-stage
(e.g.0.1.62+f752f4c-dev
), where aspatch
,git_sha
andstage
will be get automatically during builds.Related Issues/相关的 issue
Checklist/清单
Screenshots
n/a