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
- Host: GitHub
- URL: https://github.com/cliffano/release-action
- Owner: cliffano
- License: mit
- Created: 2024-05-21T00:24:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-28T23:11:14.000Z (4 months ago)
- Last Synced: 2025-12-01T01:38:49.832Z (4 months ago)
- Topics: code-management, github-action
- Language: Makefile
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/cliffano/release-action/actions?query=workflow%3ACI)
[](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`.