Update RELEASE.md

This commit is contained in:
peaklabs-dev
2024-09-11 14:16:25 +02:00
parent a3caad239c
commit 6498e5b6f0

View File

@@ -4,8 +4,8 @@ This guide outlines the release process for Coolify, intended for developers and
## Release Process ## Release Process
1. **Development on `next` branch** 1. **Development on `next` or separate branches**
- Changes and new features are developed on the `next` or even separate branches. - Changes, fixes and new features are developed on the `next` or even separate branches.
2. **Merging to `main`** 2. **Merging to `main`**
- Once changes are ready, they are merged from `next` into the `main` branch. - 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
- Note: A push to `main` does not automatically mean a new version is released. - Note: A push to `main` does not automatically mean a new version is released.
4. **Creating a GitHub release** 4. **Creating a GitHub release**
- A new release is created on GitHub, which generates new version images. - A new release is created on GitHub with the new version details.
- Note: This does not mean the version is released.
5. **Updating the CDN** 5. **Updating the CDN**
- The final step is updating the version information on the CDN: - The final step is updating the version information on the CDN:
@@ -35,7 +34,7 @@ It's important to understand that a new version released on GitHub may not immed
### Manually Update to Specific Versions ### Manually Update to Specific Versions
> [!WARNING] > [!CAUTION]
> Updating to unreleased versions is not recommended and may cause issues. Use at your own risk! > Updating to unreleased versions is not recommended and may cause issues. Use at your own risk!
To update your Coolify instance to a specific (unreleased) version, use the following command: To update your Coolify instance to a specific (unreleased) version, use the following command:
@@ -43,4 +42,4 @@ To update your Coolify instance to a specific (unreleased) version, use the foll
```bash ```bash
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash -s <version> curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash -s <version>
``` ```
-> Replace `<version>` with the version you want to update to (for example `4.0.0-beta.332`). -> Replace `<version>` with the version you want to update to (for example `4.0.0-beta.332`).