You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select the previously created full release version
Click on Generate release notes. This will create a starting set of release notes based on PR titles since the last release.
You should now manually go through each line on the release notes and read it from the perspective of a beamline scientist. It should be clear from each what the change means to the beamline and should have links to easily find further info.
Publish the release
Deciding release numbers
Releases should obviously be versioned higher than the previous latest release. Otherwise you should follow this guide:
Major - Changes that will break compatibility between GDA and Hyperion, large code rewrites
Minor - New features
Patch - Bug fixes
Deploying a release
Remember to discuss any new deployments with the appropriate beamline scientist. The /deploy/deploy_hyperion.py script will deploy the latest Hyperion version to a specified beamline. Deployments live in /dls_sw/ixx/software/bluesky/hyperion_vXXX. To do a new deployment you should run the deploy script from your Hyperion dev environment with e.g.
python ./deploy/deploy_hyperion.py i03
If you want to test the script you can run:
python ./deploy/deploy_hyperion.py dev
and a released version will be put in /tmp/hyperion_release_test