Skip to content

Commit

Permalink
add new stub with doings for a newsletter release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaphy committed Dec 17, 2011
1 parent d8dbeb4 commit fd853ef
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,25 @@ How to compile
Compiling the newsletter is as simple as is couldn't be. Just define an
evironment variable named VOL and run make either wihtout parameters to
compile all, or with one of the parameters html, pdf, latex, odt to compile
just that file.
just that file.

Examples:

VOL=2 make # compile all newsletters for vol_2
VOL=2 make pdf # compile pdf from vol_2
VOL=2 make html # compile html file for vol_2


How to release
==============

Things to do when releasing a new newsletter:

* tag the release
* merge the tag into branch website
* adjust the index.html link
* push that stuff and update it on the webserver
* check if http://newsletter.geany.org/ points to the new release
* check if http://newsletter.geany.org/newsletters.php lists everything correctly
* update the wiki page at https://wiki.geany.org/newsletter/start
* actually send out the newsletter to the mailing lists

0 comments on commit fd853ef

Please sign in to comment.