Automated creation of release notes


 
Thread Tools Search this Thread
Top Forums Web Development Automated creation of release notes
# 1  
Old 12-12-2013
Automated creation of release notes

Does anyone have experience in an automated creation of release notes? We already have automated nightly builds and regression tests of C++ and Python software, but we do not yet create our releases automatically.
If releases are either bug fix releases or feature releases (containing both bug fixes and enhancements), then the former would be the easiest to do: create a list of all the issues resolved between the previous release date and the current date.
For feature releases it is a little more complicated, because we do not have a well structured repository of feature requests yet.
So are there any suggested best practices that will help us create release notes automatically for in particular feature releases?
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Osmo(1) 																   Osmo(1)

NAME
Osmo - a handy personal organizer SYNTAX
osmo [option] DESCRIPTION
Osmo is a handy personal organizer, which includes calendar, tasks manager, address book and notes modules. It was designed to be a small, easy to use and good looking PIM tool to help to manage personal information. OPTIONS
-c, --calendar Show small calendar window -e, --check Check for events since last run -d, --days Number of days to check forward for events (default: 0) -s, --config=PATH Set absolute path for settings and data files -?, --help Output help information and exit. FILES
$HOME/.osmo/calendar_notes.xml - calendar groups and notes $HOME/.osmo/config.xml - configuration $HOME/.osmo/contacts_records.xml - contacts data $HOME/.osmo/ical_files.xml - active iCalendar files $HOME/.osmo/notes_entries.xml - notes list $HOME/.osmo/notes/*.osm - notes data files $HOME/.osmo/tasks_entries.xml - tasks data EXAMPLES
To run this program the standard way type: osmo To run small calendar type: osmo -c To check events for two days since today type: osmo -e -d 2 HOMEPAGE
http://clayo.org/osmo AUTHORS
Tomasz Maka <pasp@users.sourceforge.net> (programming) Piotr Maka <silloz@users.sourceforge.net> (programming) Maja Kocon (http://pinky-babble.org) (graphics) CONTRIBUTORS
Markus Dahms <mad@automagically.de> (LibSyncML support) Nacho Alonso Gonzalez <nacho.alonso.gonzalez@gmail.com> (Windows port) Tomasz Maka <;pasp@users.sourceforge.net> 0.2.12 Osmo(1)