Skip to content

Commit bef5e89

Browse files
authored
Merge pull request #58 from ISISComputingGroup/rerpha-patch-2
Update Creating-a-release.md
2 parents c0ecd5f + e32264c commit bef5e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/deployment/Creating-a-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Project is ready to be released not for a specific event, e.g. at the end of a s
4545
1. Create a released version entry in the [releases table](https://github.com/ISISComputingGroup/IBEX/blob/master/docs/all-releases.md) (including link to release notes) and commit to master.
4646
1. Update the "Latest Stable Release" and "Upcoming release" links on the [IBEX wiki homepage](https://github.com/ISISComputingGroup/IBEX) to be the new release and commit to master.
4747
1. If applicable, update the dependencies since the last release and add them to the bottom of the release notes. To find the python dependencies list, run a `pip freeze` on a cleanly released `uktena`. Note that you will need to specify the scripts directory to run pip commands. i.e. `C:\Instrument\Apps\Python3\Scripts\Pip.exe freeze`
48-
1. copy the release to `control-svcs`, this is so we can set git remotes for hotfixes etc. as part of the deploy. So if release is number 1.2.3
48+
1. copy the release to the `git$` share on `control-svcs` (see Keeper for the username and password for this), this is so we can set git remotes for hotfixes etc. as part of the deploy. So if release is number 1.2.3
4949
- `robocopy "\\isis\inst$\Kits$\CompGroup\ICP\Releases\1.2.3\EPICS\.git" "\\control-svcs.nd.rl.ac.uk\git$\releases\1.2.3\EPICS.git" /mir /nfl /ndl`
5050
- edit `EPICS.git\config` on the control-svcs version (you can browse straight to the `\\control-svcs` share above)
5151
- change `bare = false` to `bare = true`

0 commit comments

Comments
 (0)