summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2018-01-11 11:36:26 +0100
committerAndreas Enge <andreas.enge@inria.fr>2018-01-11 11:36:26 +0100
commitfc7e1fcb28eb7b009361bf5c4c6493a28419785e (patch)
tree694854f70944f8b3f4ac7a453ce7b6c4ff6f1c16
parent608a22178bea8fe9bebab88b5bc23a914f0926da (diff)
downloadmpc-git-fc7e1fcb28eb7b009361bf5c4c6493a28419785e.tar.gz
Update release instructions for git.
* README.dev: Change instructions from svn to git.
-rw-r--r--README.dev7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.dev b/README.dev
index e52ecdf..3f0b9c6 100644
--- a/README.dev
+++ b/README.dev
@@ -29,8 +29,9 @@ Creating a new release
The html documentation is created with
makeinfo --html --no-split mpc.texi
and the resulting mpc.html is copied to content_html.php.
-7) Create an svn tag from inside the svn root:
- svn cp trunk tags/VERSION
+7) Create a git tag:
+ git tag VERSION
8) After the release, update the version number in configure.ac, INSTALL,
src/get_version.c, src/mpc.h and Makefile.vc.
-9) Commit the changes to svn.
+9) Commit the changes to git.
+