An open API service indexing awesome lists of open source software.

https://github.com/fikaworks/grgate

Git release gate utility which autopublish draft/unpublished releases based on commit status
https://github.com/fikaworks/grgate

draft-release github gitlab gitops releases

Last synced: 27 days ago
JSON representation

Git release gate utility which autopublish draft/unpublished releases based on commit status

Awesome Lists containing this project

README

        

GRGate, git release gate

GRGate - Git release gate
=========================

> **grgate**, a git release gate utility which autopublish draft/unpublished
releases based on commit status (aka checks). It can be triggered automatically
using Git webhook or directly from the CLI.

Currently, only GitHub and GitLab are supported, other provider could come in a
near future.

[![Build Status](https://github.com/fikaworks/grgate/workflows/build/badge.svg)](https://github.com/fikaworks/grgate/actions?query=workflows%3ACbuild)
[![GoReport](https://goreportcard.com/badge/github.com/fikaworks/grgate)](https://goreportcard.com/report/github.com/fikaworks/grgate)
[![GoDoc](https://pkg.go.dev/badge/github.com/fikaworks/grgate)](https://pkg.go.dev/github.com/fikaworks/grgate)
[![Docs](https://readthedocs.org/projects/docs/badge/?version=latest)](https://grgate.dev)
[![Downloads](https://img.shields.io/github/downloads/fikaworks/grgate/total.svg)](https://github.com/fikaworks/grgate/releases)
[![Docker Pulls](https://img.shields.io/docker/pulls/fikaworks/grgate.svg)](https://hub.docker.com/r/fikaworks/grgate/tags)

## Getting started

For instructions on how to get started, concepts and config reference, please
go to [https://grgate.dev][grgate.dev].

## Contributing / local development

For local development and to contribute to this project, refer to
[CONTRIBUTING.md][contributing].

[contributing]: ./CONTRIBUTING.md
[grgate.dev]: https://grgate.dev