From 24b777b163bf1f92e001d5dff61276c57a338381 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Sat, 3 Sep 2011 11:26:07 +0200 Subject: [PATCH] update README.md with information about news section --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 1f8fc711..e1b1a20a 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,25 @@ ALERT: Security alert: Please upgrade to 0.3.25 as soon as poss will produce a red alert box. Possible classes are: error (red), info (blue), success (green) and warning (yellow) + +### Release Notes + +Release notes should be placed in `_posts/releases/YEAR-MONTH-DAY-SHORTTITLE.md` and adhere to this format: + +``` +--- +layout: post +title: Bitcoin version 0.3.24 released +src: http://sourceforge.net/mailarchive/message.php?msg_id=27771039 +--- + +Bitcoin v0.3.24 is now available for download at + + +... +``` +* `SHORTTITLE` is used to construct the URL. Something like `v0.3.24` will be fine +* `layout: post` important for Jekyll +* `title: ...` will be used as the title +* `src: ...` (optional) link to full annoucement +