-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Clarify implicit version automation #8476
Comments
I'd like to remove any additional magic that we can. In particular, removing the auto-activating of versions seems like something that Automation Rules are better for, and we should document that. We could also enable it by default in new projects if we thought it was useful enough, but I'm not sure it is. I'd love to also get rid of the |
I agree with @ericholscher here. The more magic we can remove, the better. In particular, if we can migrate that behavior to be explicitly configured by the user.
We have automation rules to detect SemVer (on branches/tags) but we haven't built yet the version aliases (#5318), which is the missing part required to have the same |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Some thoughts from #8473, also related to #5319, #8015, and #8460.
In our Versioned Documentation docs we say:
readthedocs.org/readthedocs/projects/version_handling.py
Lines 36 to 40 in b68a921
.x
as a patch segment:readthedocs.org/readthedocs/projects/version_handling.py
Lines 41 to 44 in b68a921
This issue concerns updating the documentation to reflect the current reality, although I support continuing the discussion in #5319 about making these Automation Rules that are present for all newly created projects, and that can be controlled.
The text was updated successfully, but these errors were encountered: