Skip to content

Commit

Permalink
release drafter statically typed
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankatliarchuk committed May 17, 2022
1 parent b3cc7d3 commit 921ee59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,21 @@ on:
description: Is this a pre-release
required: true
default: true
type: boolean
publish:
description: Publish release
required: false
default: false
type: boolean
bump:
description: 'Bumping (#major, #minor or #patch)'
required: false
default: patch
type: choice
options:
- 'patch'
- 'minor'
- 'major'

jobs:
draft-a-release:
Expand Down
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ repos:
- id: trailing-whitespace
- id: no-commit-to-branch
args: [--branch, master, --branch, main]
- repo: git://github.com/johncblandii/pre-commit-makefile
rev: 261f8fb4b31dfdc05d1a1d7fbde1f1462ecde66d
hooks:
- id: makefile-doc
- repo: meta
hooks:
- id: check-useless-excludes
Expand Down

0 comments on commit 921ee59

Please sign in to comment.