Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 641 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 641 Bytes

Avatar

Build Status

Release GitHub Action

GitHub Action for creating a repository release using 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.