We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8600c9 commit 6daafb9Copy full SHA for 6daafb9
RELEASE.txt
@@ -1,11 +1,13 @@
1
How to make a new release of ``cesium``
2
=======================================
3
4
-- Update the version number in ``cesium/version.py`` and commit
+- Add the version number as an annotated tag in git::
5
6
-- Add the version number as a tag in git::
+ git tag -s -m "Description of release" v0.X.Y
7
8
- git tag -m "Description of release" v0.X.Y
+ You can look at existing tags with::
9
+
10
+ git tag -l -n9
11
12
- Push the new meta-data to github::
13
0 commit comments