Skip to content

Commit 535b360

Browse files
committed
🚨 lint markdown RELEASE
1 parent acf4175 commit 535b360

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/RELEASE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ docker pull ghcr.io/scality/cloudserver:<tag>
2626

2727
To release a production image:
2828

29-
* Create a PR to bump the package version : update Cloudserver's `package.json` by bumping it to the relevant next version in a new PR. Per example if the last released version was `8.4.7`, the next version would be `8.4.8`.
29+
* Create a PR to bump the package version :
30+
update Cloudserver's `package.json` by bumping it to the relevant next
31+
version in a new PR. Per example if the last released version was `8.4.7`,
32+
the next version would be `8.4.8`.
3033

3134
```js
3235
{
@@ -48,7 +51,8 @@ To release a production image:
4851

4952
This workflow will create the tag and push the Docker images.
5053

51-
This should be done as soon as the PR is merged, so that the tag is put on the "version bump" commit.
54+
This should be done as soon as the PR is merged,
55+
so that the tag is put on the "version bump" commit.
5256

5357
* Release the release version on Jira
5458

0 commit comments

Comments
 (0)