Use git tag for versions #390
light-and-ray
started this conversation in
Ideas
Replies: 1 comment
-
Hi, I'm used to this versioning scheme for projects where mostly one developer participates |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, in every your commits you edit
version_flag = "v0.7.0-b6"
line. It looks like a crutch. Maybe you should use git tag instead, like A1111 does? https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/master/modules/launch_utils.py#L75 It increases automatically for dev branch, and manually for master branchAnd also I think it's not really necessary to write version in readme file
Beta Was this translation helpful? Give feedback.
All reactions