Skip to content

GitHub Action for creating a repository release using RTK

License

Notifications You must be signed in to change notification settings

cliffano/release-action

Repository files navigation

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.

About

GitHub Action for creating a repository release using RTK

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published