From c156bf9b25038797d582f928d91d2d2eeb99ce65 Mon Sep 17 00:00:00 2001 From: Jamie Rasmussen Date: Wed, 11 Dec 2024 16:04:43 -0600 Subject: [PATCH] chore(weave): add some links to Release instructions --- dev_docs/RELEASE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev_docs/RELEASE.md b/dev_docs/RELEASE.md index 8c5611afa62..6514f9d6730 100644 --- a/dev_docs/RELEASE.md +++ b/dev_docs/RELEASE.md @@ -6,7 +6,8 @@ This document outlines how to publish a new Weave release to our public [PyPI pa 2. You should also run through this [sample notebook](https://colab.research.google.com/drive/1DmkLzhFCFC0OoN-ggBDoG1nejGw2jQZy#scrollTo=29hJrcJQA7jZ) remember to install from master. You can also just run the [quickstart](http://wandb.me/weave_colab). -3. To prepare a PATCH release, go to GitHub Actions and run the `bump-python-sdk-version` workflow on master. This will: +3. To prepare a PATCH release, go to GitHub Actions and run the [bump-python-sdk-version](https://github.com/wandb/weave/actions/workflows/bump_version.yaml) workflow on master. This will: + - Create a new patch version by dropping the pre-release (e.g., `x.y.z-dev0` -> `x.y.z`) and tag this commit with `x.y.z` - Create a new dev version by incrementing the dev version (e.g., `x.y.z` -> `x.y.(z+1)-dev0`) and commit this to master - Both of these commits will be pushed to master @@ -16,6 +17,6 @@ This document outlines how to publish a new Weave release to our public [PyPI pa 5. Verify the new version of Weave exists in [PyPI](https://pypi.org/project/weave/) once it is complete. -6. Go to GitHub, click the release tag, and click `Draft a New Release`. Select the new tag, and click generate release notes. Publish the release. +6. Go to the [GitHub new release page](https://github.com/wandb/weave/releases/new). Select the new tag, and click "Generate release notes". Publish the release. 7. Finally, announce that the merge freeze is over.