diff options
| -rw-r--r-- | doc/developer-release.txt | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer-release.txt b/doc/developer-release.txt index 14c4096..484938d 100644 --- a/doc/developer-release.txt +++ b/doc/developer-release.txt @@ -29,11 +29,11 @@ Push these updates to the git repo.  * tag  Tag the release with the ELPA version number: -    $ git tag -a 1.31 -m "1.31" +    $ git tag -a 2.00 -m "2.00"  Then push that tag to the VCS: -    $ git push --tags origin "1.31" +    $ git push --tags origin "2.00"  * ELPA  Push the changes to externals/rt-liberation on elpa.git with:  | 
