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

[Release 18] Update versions and links #5414

Merged
merged 9 commits into from
Jun 3, 2021

Conversation

chriselion
Copy link
Contributor

@chriselion chriselion commented Jun 2, 2021

Proposed change(s)

  • Ran
python utils/validate_versions.py --python-version=0.27.0 --csharp-version=2.1.0 --csharp-extensions-version=0.5.0 --release-tag=release_18
  • Ran pre-commit run validate-release-links-py --all-files to update doc links to use the new tag
  • Removed the Unreleased section in the changelog
  • Updated the colab links to point to this release's doc tags, so that they'll be updated in the future (this is a one-time thing, no need to add to the release process)
  • Fix bug in utils/validate_release_links.py that caused None in pip commands.
  • Fix links in colab notebook to use release_N_docs instead of release_N

Types of change(s)

  • Documentation update

Checklist

@chriselion chriselion changed the base branch from main to release_18_branch June 2, 2021 23:40
@@ -85,7 +85,7 @@ def update_pip_install_line(line, package_verion):
match = PIP_INSTALL_PATTERN.search(line)
if match is not None: # if there is a pip install line
package_name = match.group("package")
quiet_option = match.group("quiet")
quiet_option = match.group("quiet") or ""
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe there's a better way to do this with the capture in the regex, but I think this works too.

@chriselion chriselion merged commit 58870d3 into release_18_branch Jun 3, 2021
@delete-merged-branch delete-merged-branch bot deleted the r18-update-versions branch June 3, 2021 16:42
chriselion pushed a commit that referenced this pull request Jun 9, 2021
chriselion pushed a commit that referenced this pull request Jun 10, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants