Prepare for work on next release
We should add a section to the developer documentation with instructions on how to prepare for the work on a next release after the current release has been released. This should include:
- Updating version numbers. See also https://www.eclipse.org/tycho/sitedocs/tycho-release/tycho-versions-plugin/set-version-mojo.html
- Adding new entry to release notes.
- Add indication to product version that it is a development version, not a release (e.g. a
-dev
postfix). This would ensure that products built from develop versions can be distinguished from release products. We would need to update the release instructions to get rid of this for releases. - ...
We should also execute these steps for v0.2. We already have some issues in progress. If anything was already changed after the release and merged to develop
, we should update the release notes for that, before releasing. We'll document that as part of #52 (closed).
Edited by Dennis Hendriks