Software Release Process - climsoft/Climsoft GitHub Wiki

Follow the steps below to release and publish the software

  1. Go to https://github.com/opencdms/Climsoft/releases and select the button Draft a new release;
  2. In the Tag version box enter the version number for this release (e.g. v4.1) - keep the target as "master" if the master branch is currently still the same as the version that is being released;
  3. In the Release title box enter the appropriate title (e.g. Climsoft Version 4.1);
  4. In the Describe this release box write a short summary of what is new in this version since the previous version;
  5. Select where there is an option to Attach binaries to upload the installer;
  6. The checkbox This is a pre-release should only be selected if the version is considered a "beta" version (or "release candidate").
  7. Finally, click the Publish release (green button) to publish the software.

See also: Releases and User Feedback Stages