Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
feat: release workflow dispatch (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
didoda authored Sep 28, 2023
1 parent d743432 commit 2a92aaf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ name: Release
on:
pull_request_target:
types: [closed]
workflow_dispatch:
inputs:
releaseType:
description: 'Release type'
required: true
default: 'patch'
type: choice
options:
- patch
- minor
- major

jobs:
release-job:
Expand Down

0 comments on commit 2a92aaf

Please sign in to comment.