Skip to content

Commit

Permalink
Update release procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Mar 16, 2023
1 parent a8600c9 commit 6daafb9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
How to make a new release of ``cesium``
=======================================

- Update the version number in ``cesium/version.py`` and commit
- Add the version number as an annotated tag in git::

- Add the version number as a tag in git::
git tag -s -m "Description of release" v0.X.Y

git tag -m "Description of release" v0.X.Y
You can look at existing tags with::

git tag -l -n9

- Push the new meta-data to github::

Expand Down

0 comments on commit 6daafb9

Please sign in to comment.