Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 459 Bytes

RELEASING.md

File metadata and controls

13 lines (10 loc) · 459 Bytes

How to release a new version of diKTat

  • You should have permissions to push to the main repo

  • Simply create a new git tag with format v* and push it. Github workflow will perform release automatically.

    For example:

    $ git tag v1.0.0
    $ git push origin --tags 

After the release workflow has started, version number is determined from tag. Binaries are uploaded to maven repo and a new github release is created with fat jar.