Skip to content

Commit 6daafb9

Browse files
committed
Update release procedure
1 parent a8600c9 commit 6daafb9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

RELEASE.txt

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
How to make a new release of ``cesium``
22
=======================================
33

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

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

8-
git tag -m "Description of release" v0.X.Y
8+
You can look at existing tags with::
9+
10+
git tag -l -n9
911

1012
- Push the new meta-data to github::
1113

0 commit comments

Comments
 (0)