Skip to content

Commit

Permalink
🌐 [Website] New installers to download
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Mar 12, 2024
1 parent b7a8e2f commit eb34138
Show file tree
Hide file tree
Showing 5 changed files with 44,451 additions and 43,558 deletions.
2 changes: 1 addition & 1 deletion _How to release a new version.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- If new windows have been added, make sure that *imgui.ini* has been updated in *User data Default*, and increment `imgui_ini_version` in *main.cpp*.
- Add gifs and images in the changelog to illustrate the changes.
- Remove the "WIP" in the version number in *CMakeLists.txt* and in *changelog.md*, and commit with the message "πŸ”– [beta-1] Release" (make sure to replace with the right version number).
- On GitHub create a new release. Use a new tag with the same name as the version. As a description, use whatever is in the changelog for the new version. (NB: this will trigger a GitHub Action that will build the installers and put them on [the release page](https://github.com/CoolLibs/Lab/releases/latest))
- On GitHub create a new release. Use a new tag with the same name as the version. As a description, use whatever is in the changelog for the new version. (NB: this will trigger a GitHub Action that will build the installers and put them on the release page)
- Increment the version number in *CMakeLists.txt* and add "WIP" to it. Also, create a new section in the changelog with the same name as the version and WIP at the end. Then commit with the message "πŸŽ‰ [beta-1] Started" (make sure to replace with the right version number).
- Update the message in *website/src/components/_Download.md*.
- Put the installers to download on our website (download them from [the GitHub page](https://github.com/CoolLibs/Lab/releases/latest) once the the GitHub workflow has finished creating them, and add them in this repo in *website/static* (keep the same names as what is already in the folder)). Commit with the message "🌐 [Website] New installers to download".
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/_Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[**Download Coollab for Linux**](/Coollab-Linux.sh)<br/>
[**Download Coollab for MacOS**](/Coollab-Mac.dmg)

🌱 **This is the _beta-14_ release** 🌱<br/>
🌱 **This is the _beta-15_ release** 🌱<br/>
Coollab is already usable and powerful, but many things are still to be improved.<br/>
Please share us your feedback [on our Discord](https://discord.gg/QEjqnEy4aT) or at https://github.com/CoolLibs/Lab/issues/new/choose.
:::
Loading

0 comments on commit eb34138

Please sign in to comment.