You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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`.
30
33
31
34
```js
32
35
{
@@ -48,7 +51,8 @@ To release a production image:
48
51
49
52
This workflow will create the tag and push the Docker images.
50
53
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.
0 commit comments