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.
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.
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.
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.
Latest Releases for windows, linux and MacOS here
docker pull craftingit/gitrelease:latest
dotnet tool install --global gitRelease
Content type
Image
Digest
sha256:4b748d4b2…
Size
116.7 MB
Last updated
10 months ago
docker pull craftingit/gitrelease