Skip to content

Commit 8f4cfad

Browse files
committed
Add depoy step to verify css version in gui tp
1 parent a668512 commit 8f4cfad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/deployment/Creating-a-release.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Project is ready to be released not for a specific event, e.g. at the end of a s
1717
### Pre Testing
1818

1919
1. Find out anything that needs to be in the release that isn't and mark with `for release` label. (This does not prevent a release)
20+
1. Ensure the version of `cs-studio` [referenced in the GUI's target platform](https://github.com/ISISComputingGroup/ibex_gui/blob/master/base/uk.ac.stfc.isis.ibex.targetplatform/targetplatform.target)
21+
is recent enough to include the most recent changes in the
22+
[`isis_css_top` repository](https://github.com/ISISComputingGroup/isis_css_top).
2023
1. Update the [upgrade script](https://github.com/ISISComputingGroup/EPICS-upgrade/blob/master/upgrade.py) to include the latest version (this is done on master). Steps to do this are in [Config Upgrader in section *creating a production upgrade script*](/tools/Config-Upgrader)
2124
1. After committing these changes to `master` on the `EPICS-upgrade` submodule, don't forget to push the new submodule version to `master` on the top `EPICS` branch. This is needed to make sure you changes appear on the release branch created in the next step.
2225
1. For packages which are published on `PyPI`, in particular `genie_python` and `ibex_bluesky_core`, create PyPI releases if needed.

0 commit comments

Comments
 (0)