branch: new-master
commit c76ccbc3423313334106c478451d38023930f038
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    * README: Update for new "Version: 0" convention.
    * admin/forward-diffs.py: Adapt to different syntax.
    * admin/archive-contents.el (archive--strip-rcs-id): Remove.
    (batch-make-archive): Accept "Version: 0" to mean "don't publish".
    (archive--metadata): Don't use archive--strip-rcs-id any more.
    (archive--html-make-pkg): Handle the case where the is no `latest'.
    (batch-html-make-index): Include unreleased packages.
---
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 33e40fc..acc42e4 100644
--- a/README
+++ b/README
@@ -102,8 +102,8 @@ with the command:
 If you want to develop a package publicly prior to its first release (to
 benefit from others' feedback, primarily), but not in an external repo,
 you have 2 choices:
-- you can simply put "Version: -1" to indicate that this should not be
-  released.
+- you can simply put "Version: 0" to indicate that this should not be
+  released yet.
 - or you can push to an "ephemeral" branch -- subject to rebase and eventual
   removal upon finishing merge -- for the duration of the incubation.
 

Reply via email to