Skip to content

Commit c0e81c5

Browse files
authored
fixes doc links
1 parent cc7ca45 commit c0e81c5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/releasing-workflow-instructions.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ with:
1818
- BUILD_TIME is the build time
1919
- GIT_SHA is the git SHA corresponding to the code used for building
2020

21-
see [docs/img/git-release-workflow.svg](docs/img/git-release-workflow.svg)
22-
2321
### Example
2422

2523
The ``webserver`` service in master branch with commit ``752ef...`` will be built by ``github`` actions CI on ``2020/08/31`` at ``12:36`` and therefore the image is named as:
@@ -43,8 +41,6 @@ with:
4341
- BUILD_TIME is the build time
4442
- GIT_SHA is the git SHA corresponding to the code used for building
4543

46-
see [docs/img/git-release-workflow.svg](docs/img/git-release-workflow.svg)
47-
4844
### Staging example
4945

5046
Just before the review of the ``DAJIA`` sprint we release a staging version ``v1.0.0``, the commit ``752ef...`` from above is tagged as stage and the ``github`` actions CI on ``2020/09/01`` at ``17:30``.
@@ -88,8 +84,6 @@ with:
8884
- BUILD_TIME is the build time
8985
- GIT_SHA is the git SHA corresponding to the code used for building
9086

91-
see [docs/img/git-release-workflow.svg](docs/img/git-release-workflow.svg)
92-
9387
### Release example
9488

9589
The team decides to release to production the lastest staging version of ``DAJIA`` sprint. Next release version, following semantic versioning and previous releases, is `v5.6.0`. The images will be retaged by github actions CI as:
@@ -122,7 +116,7 @@ Once ready, the release-hotfix process starts by leveraging Github release mecha
122116

123117
Each docker build marked as released are tagged as described in the Release process.
124118

125-
see [docs/img/git-hotfix-workflow.svg](docs/img/git-hotfix-workflow.svg)
119+
see ![img/git-release-workflow.svg](img/git-release-workflow.svg)
126120

127121
### Hotfix example
128122

@@ -146,3 +140,5 @@ A bug was found in version 1.2.0 of the simcore stack. The team decides to fix i
146140
2. Adjust the list of changes if needed
147141
3. Press the **Publish release** button
148142
4. The CI will be automatically triggered and will deploy the staging release
143+
144+
see ![img/git-hotfix-workflow.svg](img/git-hotfix-workflow.svg)

0 commit comments

Comments
 (0)