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

https://github.com/opspec-pkgs/github.release.create

creates a github release
https://github.com/opspec-pkgs/github.release.create

github

Last synced: 5 months ago
JSON representation

creates a github release

Awesome Lists containing this project

README

          

[![build](https://github.com/opspec-pkgs/github.release.create/actions/workflows/build.yml/badge.svg)](https://github.com/opspec-pkgs/github.release.create/actions/workflows/build.yml)

icon

# Problem statement

creates a github release

# Example usage

## Visualize

```shell
opctl ui github.com/opspec-pkgs/github.release.create#3.0.0
```

## Run

```
opctl run github.com/opspec-pkgs/github.release.create#3.0.0
```

## Compose

```yaml
op:
ref: github.com/opspec-pkgs/github.release.create#3.0.0
inputs:
accessToken: # 👈 required; provide a value
commitish: # 👈 required; provide a value
owner: # 👈 required; provide a value
repo: # 👈 required; provide a value
tag: # 👈 required; provide a value
## uncomment to override defaults
# description: " "
# isDraft: false
# isPrerelease: false
# isReleaseNotesEnabled: false
# name: " "
outputs:
release:
```

# Support

join us on
[![Slack](https://img.shields.io/badge/slack-opctl-E01563.svg)](https://join.slack.com/t/opctl/shared_invite/zt-51zodvjn-Ul_UXfkhqYLWZPQTvNPp5w)
or
[open an issue](https://github.com/opspec-pkgs/github.release.create/issues)

# Releases

releases are versioned according to
[![semver 2.0.0](https://img.shields.io/badge/semver-2.0.0-brightgreen.svg)](http://semver.org/spec/v2.0.0.html)
and [tagged](https://git-scm.com/book/en/v2/Git-Basics-Tagging); see
[CHANGELOG.md](CHANGELOG.md) for release notes

# Contributing

see
[project/CONTRIBUTING.md](https://github.com/opspec-pkgs/project/blob/main/CONTRIBUTING.md)