Skip to content

Commit

Permalink
Change repo nickname and capitalize version
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom authored Aug 27, 2024
1 parent 030db9b commit 66608b6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:

Expand All @@ -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/

0 comments on commit 66608b6

Please sign in to comment.