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

https://github.com/go-semantic-release/mock-plugin

:school_satchel: universal mock plugin
https://github.com/go-semantic-release/mock-plugin

Last synced: 10 months ago
JSON representation

:school_satchel: universal mock plugin

Awesome Lists containing this project

README

          

# :school_satchel: mock-plugin
[![CI](https://github.com/go-semantic-release/mock-plugin/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/go-semantic-release/mock-plugin/actions?query=workflow%3ACI+branch%3Amain)
[![Go Report Card](https://goreportcard.com/badge/github.com/go-semantic-release/mock-plugin)](https://goreportcard.com/report/github.com/go-semantic-release/mock-plugin)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/go-semantic-release/mock-plugin)](https://pkg.go.dev/github.com/go-semantic-release/mock-plugin)

This plugin mocks various semantic-release plugins for testing purposes.

## Usage

Replace any plugin with the mock plugin to test your semantic-release setup.
```bash
./semantic-release --provider github:go-semantic-release/mock-plugin
```

## Licence

The [MIT License (MIT)](http://opensource.org/licenses/MIT)

Copyright © 2023 [Christoph Witzko](https://twitter.com/christophwitzko)