Skip to content

Commit

Permalink
move workflow changelog def to the right location
Browse files Browse the repository at this point in the history
  • Loading branch information
Gh61 committed Sep 24, 2023
1 parent e8b053e commit 9e21cd5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
11 changes: 11 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
changelog:
categories:
- title: Changes
labels:
- '*'
exclude:
labels:
- dependencies
- title: Dependencies
labels:
- dependencies
13 changes: 1 addition & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,9 @@ on:
required: true
default: 'v0.0.0'

changelog:
categories:
- title: Changes
labels:
- '*'
exclude:
labels:
- dependencies
- title: Dependencies
labels:
- dependencies

permissions:
contents: write

jobs:
bump_version:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9e21cd5

Please sign in to comment.