version

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2023 License: MIT Imports: 3 Imported by: 0

README

Transiter versioning

Transiter follows semantic versioning. The base version X.Y.Z is stored in the file BASE_VERSION in this directory. The full version then depends on when and where Transiter is built:

  • For local builds (i.e., go build .) the version is X.Y.Z-alpha+dev.

  • For non-mainline builds on the GitHub CI, the version is X.Y.Z-alpha+build<build_number>.

  • For mainline builds on the GitHub CI, the version is X.Y.Z-beta.<build_number>.

  • For release builds on the GitHub CI, the version is X.Y.Z.

To create a new release:

  1. Make sure the current mainline HEAD is green.

  2. Create a release on GitHub using the tag vX.Y.Z where X.Y.Z matches exactly what is in the file BASE_VERSION.

  3. Create a new commit on mainline that bumps that patch number in BASE_VERSION.

Documentation

Overview

Package version contains the Transiter version and related information

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Version

func Version() string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL