Skip to content

Commit 6498e5b

Browse files
committed
Update RELEASE.md
1 parent a3caad2 commit 6498e5b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

RELEASE.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This guide outlines the release process for Coolify, intended for developers and
44

55
## Release Process
66

7-
1. **Development on `next` branch**
8-
- Changes and new features are developed on the `next` or even separate branches.
7+
1. **Development on `next` or separate branches**
8+
- Changes, fixes and new features are developed on the `next` or even separate branches.
99

1010
2. **Merging to `main`**
1111
- Once changes are ready, they are merged from `next` into the `main` branch.
@@ -15,8 +15,7 @@ This guide outlines the release process for Coolify, intended for developers and
1515
- Note: A push to `main` does not automatically mean a new version is released.
1616

1717
4. **Creating a GitHub release**
18-
- A new release is created on GitHub, which generates new version images.
19-
- Note: This does not mean the version is released.
18+
- A new release is created on GitHub with the new version details.
2019

2120
5. **Updating the CDN**
2221
- The final step is updating the version information on the CDN:
@@ -35,12 +34,12 @@ It's important to understand that a new version released on GitHub may not immed
3534
3635
### Manually Update to Specific Versions
3736

38-
> [!WARNING]
37+
> [!CAUTION]
3938
> Updating to unreleased versions is not recommended and may cause issues. Use at your own risk!
4039
4140
To update your Coolify instance to a specific (unreleased) version, use the following command:
4241

4342
```bash
4443
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash -s <version>
4544
```
46-
-> Replace `<version>` with the version you want to update to (for example `4.0.0-beta.332`).
45+
-> Replace `<version>` with the version you want to update to (for example `4.0.0-beta.332`).

0 commit comments

Comments
 (0)