Sign inSign up

craftingit/gitrelease

By craftingit

•Updated 10 months ago

Image
0

7.6K

craftingit/gitrelease repository overview

⁠gitRelease Build Status

gitRelease ist ein .net Core Consolen Program, welches verwendet werden kann um in Verschiedenen CI Systemen Releases zu erstellen oder zu bearbeiten. Aktuell wird GitHub und Gitea als Api Entpunkt unterstützt.

⁠Usage

⁠Github
bash-3.2$ gitrelease github
gitRelease 0.1.0
Copyright (C) 2020 gitRelease

  create          Creates a new Release

  update          Updates a present Release

  upload          Upload an asset

  updateBody      Updates a present Release

  isDraft         is the release a draft?

  isPrerelease    is the release a Prerelease?

  help            Display more information on a specific command.

  version         Display version information.
⁠Gitea
bash-3.2$ gitrelease gitea
gitRelease 0.1.0
Copyright (C) 2020 gitRelease

  update          updating a Tag

  upload          Upload an asset

  isDraft         is the release a draft?

  isPrerelease    is the release a Prerelease?

  help            Display more information on a specific command.

  version         Display version information.
⁠Version
bash-3.2$ gitrelease version
gitRelease 0.1.0
Copyright (C) 2020 gitRelease

  next        Gets the next available semantic version number.

  generate    Generates a new tag and version branch if necessary.

  help        Display more information on a specific command.

  version     Display version information.

⁠CLI Download

Latest Releases for windows, linux and MacOS here⁠

⁠Docker

  docker pull craftingit/gitrelease:latest

⁠Nuget

  dotnet tool install --global gitRelease 

Tag summary

Content type

Image

Digest

sha256:4b748d4b2…

Size

116.7 MB

Last updated

10 months ago

docker pull craftingit/gitrelease