Skip to content

Creating a new Nebula Release

Wim Jongman edited this page Oct 17, 2024 · 7 revisions

Creating a new Nebula Release

This page describes how to create a new release.

Nebula uses the major.minor.service version semantics.

A minor release is a new release without an API break. The Minor Release versioning updates the second number, e.g., 2.7.0 -> 2.8.0.

Steps to Create a New Minor Release:

A Service Release is intended to fix a bug in the minor release. Service releases have the third number of the release set, e.g., 2.7.0 -> 2.7.1. To create a new Nebula Service Release, follow the steps below. To avoid unneeded risks, you must cherry-pick your changes on top of the latest released tag.

Before you start, open a new workspace and import this project set via Import/Team/Team Project Set.

Steps to Create a New Service Release: