Skip to content
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

Update release process for independent package versioning #1967

Open
Tracked by #1900
ni-jfitzger opened this issue May 12, 2023 · 1 comment
Open
Tracked by #1900

Update release process for independent package versioning #1967

ni-jfitzger opened this issue May 12, 2023 · 1 comment

Comments

@ni-jfitzger
Copy link
Collaborator

ni-jfitzger commented May 12, 2023

In order to support package version independence, our release process will need to change, as well as how we tag releases.

The tag naming changes will have implications for ReadTheDocs projects, as well as the LATEST_RELEASE file used by examples.rst.mako. ReadTheDocs stable version labels and maybe version labels in general expect semver tags and injecting a module name into the tag will affect its behavior (like whether it even adds the version).

See https://docs.readthedocs.io/en/stable/versions.html and https://docs.readthedocs.io/en/stable/automation-rules.html#how-automation-rules-work

@ni-jfitzger
Copy link
Collaborator Author

ni-jfitzger commented May 12, 2023

Possible changes: aeee08d
TODOs remaining from those changes:

  • Further update build_release.py to allow specifying which packages to release.
  • Update ReadTheDocs projects rules to deal with new Git tag naming scheme for releases.
  • Do we need readthedocs configuration yamls?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant