Difference between revisions of "Pre and Post Release To Do"

From WebOS-Ports
Jump to navigation Jump to search
m (Get Herrie's comment introducer to show up.)
Line 1: Line 1:
 
When we prepare for a new release a few things need to be sorted:
 
When we prepare for a new release a few things need to be sorted:
  
'''Pre-Release'''
+
== Pre-Release ==
  
1. Update https://github.com/webOS-ports/meta-webos-ports/blob/master/conf/distro/include/webos.inc to reflect the correct "WEBOS_DISTRO_VERSION_CODENAME" for the release.
+
* Send out a feature freeze announcement to [email protected].org one week before the release
 +
* Make sure the change log is updated with all the changes for the release: https://github.com/webOS-ports/changelog/blob/master/manifest.json
 +
* Make sure to update the individual device templates to reflect the supported version for this device (device_wop_versions_supported) for [http://webos-ports.org/index.php?title=Template:Device_Mako&action=edit Mako], [http://webos-ports.org/index.php?title=Template:Device_Tenderloin&action=edit Tenderloin] and the [http://webos-ports.org/index.php?title=Template:Device_qemux86&action=edit Emulator]. All the release names are already in there, so you just need to move the <!-- to the right so the new release will show :)
  
 +
== Release ==
  
2. Make sure the change log is updated with all the changes for the release: https://github.com/webOS-ports/changelog/blob/master/manifest.json
+
== After a release ==
  
 
+
* Update https://github.com/webOS-ports/meta-webos-ports/blob/master/conf/distro/include/webos.inc to reflect the correct "WEBOS_DISTRO_VERSION_CODENAME" for the next release.
3. Make sure to update the individual device templates to reflect the supported version for this device (device_wop_versions_supported) in
 
 
 
http://webos-ports.org/index.php?title=Template:Device_Mako&action=edit
 
 
 
and
 
 
 
http://webos-ports.org/index.php?title=Template:Device_Tenderloin&action=edit
 
 
 
and
 
 
 
http://webos-ports.org/index.php?title=Template:Device_qemux86&action=edit
 
 
 
All the release names are already in there, so you just need to move the <!-- to the right so the new release will show :)
 

Revision as of 08:45, 7 November 2014

When we prepare for a new release a few things need to be sorted:

Pre-Release

Release

After a release