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

https://github.com/cliffano/release-action

GitHub Action for creating a repository release using RTK
https://github.com/cliffano/release-action

code-management github-action

Last synced: 2 months ago
JSON representation

GitHub Action for creating a repository release using RTK

Awesome Lists containing this project

README

          

Avatar

[![Build Status](https://github.com/cliffano/release-action/workflows/CI/badge.svg)](https://github.com/cliffano/release-action/actions?query=workflow%3ACI)
[![Security Status](https://snyk.io/test/github/cliffano/release-action/badge.svg)](https://snyk.io/test/github/cliffano/release-action)

Release GitHub Action
---------------------

GitHub Action for creating a repository release using [RTK](https://github.com/cliffano/rtk).

Usage
-----

Create a major release:

jobs:
build:
steps:
- uses: cliffano/release-action@latest
with:
type: 'major'

The type value can be one of `major`, `minor`, or `patch`.