Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Add a Gradle task for releasing #91

@MihaiBojin

Description

@MihaiBojin
  • take an increment parameter (patch, minor, major)
  • parsegradle.properties / version=x.y.z-SNAPSHOT
  • check main, not-dirty, up-to-date with origin/main
  • git tag vx.y.z
  • git push vx.y.z
  • setgradle.properties / version=
    • patch: x.y.z+1
    • minor: x.y+1.0
    • major: x+1.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions