Skip to content

Setup Versioning and tag #518

@JeanPhilippeKernel

Description

@JeanPhilippeKernel

To avoid using many tools and keep the process as easy as possible, we want to go to with the Pure Git Semver way.
Doing that means, we'd structure our git commit messages with:

  • Breaking changes --> major update
  • feat --> minor update
  • fix --> patch update

On develop branch the version should look like x.y.z-dev
On master, the version should look like x.y.z

The process might involve writing a bit more PowerShell script, and for now we want to cover the dev branch.

For now, the following libs/apps should be cover and the task will be marked completed once there are done:

  • zEngineLib
  • tetragrama
  • obelisk

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions