From 66608b67ad918d4dc49203dd9911825ce209aaf9 Mon Sep 17 00:00:00 2001 From: Joel Ostblom Date: Mon, 26 Aug 2024 21:55:20 -0700 Subject: [PATCH] Change repo nickname and capitalize version --- RELEASING.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 609f61f4d..a35a60af7 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -6,7 +6,7 @@ 2. Make certain your branch is in sync with head: - git pull upstream main + git pull origin main 3. Do a clean doc build: @@ -25,13 +25,13 @@ 5. Commit change and push to main: git add . -u - git commit -m "chore: bump version to 5.0.0" - git push upstream main + git commit -m "chore: Bump version to 5.0.0" + git push origin main 6. Tag the release: git tag -a v5.0.0 -m "version 5.0.0 release" - git push upstream v5.0.0 + git push origin v5.0.0 7. Build source & wheel distributions: @@ -54,11 +54,11 @@ 11. Commit change and push to main: git add . -u - git commit -m "chore: bump version to 5.1.0dev" - git push upstream main + git commit -m "chore: Bump version to 5.1.0dev" + git push origin main 12. Double-check that a conda-forge pull request is generated from the updated - pip package by the conda-forge bot (may take up to ~an hour): + pip package by the conda-forge bot (may take up to several hours): https://github.com/conda-forge/altair-feedstock/pulls 13. Publish a new release in https://github.com/vega/altair/releases/