Skip to content

Commit 181170b

Browse files
mrnicegyu11Dustin Kaiser
andauthored
fix typos in hotfix staging (ITISFoundation#3358)
Co-authored-by: Dustin Kaiser <[email protected]>
1 parent eca0268 commit 181170b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/releasing-workflow-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ See ![img/git-hotfix-workflow.svg](img/git-hotfix-workflow.svg)
170170
cd osparc-simcore
171171
# let's checkout the release with the issue, typically a staging tag such as staging_Meerkat1
172172
git checkout VERSION_TAG_FOR_HOTFIXING
173-
# create the hotfix branch, the name must follow the hotfix__stagingX convention, X is just a number
174-
git checkout -b hotfix_stagingX
173+
# create the hotfix branch, the name must follow the hotfix_staging_X convention, X is just a number
174+
git checkout -b hotfix_staging_X
175175
# develop the fix here, git commit, git push, have someone review your code
176176
177177
git commit -m "this is my awsome fix for this problematic issue"
178-
git push --set-upstream origin/hotfix_stagingX
178+
git push --set-upstream origin/hotfix_staging_X
179179
180180
# - NO NEED to pull request
181181
# - WAIT until the CI completed the its run (going through ALL the tests and generating the docker images)

0 commit comments

Comments
 (0)