branch: elpa/vm
commit 9c3009055eee57bbd306db309690ef29699f8293
Author: Mark Diekhans <[email protected]>
Commit: Mark Diekhans <[email protected]>
update doc on releasing
---
.gitignore | 9 ---------
dev/docs/releasing.org | 21 +++++++++++++++++----
2 files changed, 17 insertions(+), 13 deletions(-)
diff --git a/.gitignore b/.gitignore
index af79030249a..e14fd76a000 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,6 @@
*.elc
TAGS
configure.lineno
-ChangeLog
-base64-decode
-base64-encode
-qp-decode
-qp-encode
-base64-decode.exe
-base64-encode.exe
-qp-decode.exe
-qp-encode.exe
*.info*
*.diff
*.log
diff --git a/dev/docs/releasing.org b/dev/docs/releasing.org
index efd046c1eb9..bed659ca277 100644
--- a/dev/docs/releasing.org
+++ b/dev/docs/releasing.org
@@ -1,11 +1,24 @@
Releasing VM
-* pre-release testing:
-(package-vc-install '("https://gitlab.com/USER/REPO.git" :rev "v1.2.3"))
-
+* release is done in fork
+* version update
+- Add note release to info/vm.texinfo @item Version ..
+- Update NEWS
+- Update version in configure.ac AC_INIT
+- Update lisp/vm.el Version:
+* last test
+- make distclean
+- autoconf
+- configure
+- make
+* commit and tag
+- tag is in the form '3.0.0'
+- a branch are only made if changes are needed relative to a tag
+* pre-release testing:
+(package-vc-install '("https://gitlab.com/USER/vm.git" :rev "1.2.3"))
* post-release testing
-(package-vc-install '("https://gitlab.com/USER/REPO.git" :rev "v1.2.3"))
+(package-vc-install '("https://gitlab.com/emacs-vm/vm.git" :rev "1.2.3"))