Release Versions :
In Octopus Deploy tool, release versioning is a crucial aspect of managing your deployment process.
Versioning Scheme: Octopus recommends using Semantic Versioning (SemVer) for releases. This scheme uses a format like MAJOR.MINOR.PATCH (e.g., 1.2.3), which helps in tracking changes and ensuring compatibility
Automatic Versioning: You can configure Octopus to automatically generate release versions based on specific rules. For example, you can use variables from the project or special variables provided by Octopus, such as #{Octopus.Version.NextPatch}
LifeCycle :
In Octopus Deploy, a lifecycle helps manage and control the promotion of software releases through different environments.
if there are Multiple server in one Enverionment simoultenously happens for the all the server
Retention Policies: You can set retention policies to specify how many releases to keep based on their progress through the lifecycle
We are looking for similar features in Harness.