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
- Host: GitHub
- URL: https://github.com/opspec-pkgs/github.release.create
- Owner: opspec-pkgs
- Created: 2017-06-22T06:42:57.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T06:41:23.000Z (over 1 year ago)
- Last Synced: 2025-03-24T07:34:01.707Z (over 1 year ago)
- Topics: github
- Language: Dockerfile
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/opspec-pkgs/github.release.create/actions/workflows/build.yml)

# 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
[](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
[](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)