diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-12-16 09:36:53 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-12-16 09:36:53 -0500 |
commit | e72ecd837dce602d0478b553bb1de0191c15241d (patch) | |
tree | 9f6d958f6aee1544105b1ad665eafe58ed8bf68f /doc | |
parent | b3f34ab05e5d44a16e4085431cf5bdaac2c65bb6 (diff) |
Diffstat (limited to 'doc')
-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: |