Github 1.8.11 release code

Hi
Where can I find the hestia source code to the release version that I have installed.
HESTIA_INSTALL_VER=‘1.8.11’

when I look at hestiacp/CONTRIBUTING.md at main · hestiacp/hestiacp · GitHub
It mentions branches main, beta, and release. I do not see a release 1.8 . What I am trying to do is search and study on github the same code I have downloaded. thanks . I am sure I am just missing something or there is a specific commit I need to set as base

Branch Description
main Contains a snapshot of the latest development code.
Not intended for production use and contains code from a merge snapshot.
beta Contains a snapshot of the next version which is currently in testing.
Not intended for production use, however code from this branch should be stable.
release Contains a snapshot of the latest stable release.
Intended for production use. This repository contains the same code as our compiled packages.

Hi @jperkins,

Branch release is the current release 1.8.11.

1 Like

When you want to commit changes it needs to be done again the main branch.

Release branch contains te same code as apt.hestiacp.com latest release (How ever apt.hestiacp.com has been packaged by us)

thanks. I just didnt go far enough down the github drop down. My mistake was thinking it would be releases/v1.8 .

Yes if I make any pull requests it will be against main. There is a lot to learn in hestia. Thanks to everyone for their work on the project.

releases/1.8 contains the release code of “1.8.0” not ideal we should change this behaviour with 1.9.0 release

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.