Skip to content

Commit 800af78

Browse files
authored
Merge pull request #1 from berroar/adopt-semver
Adopt semver
2 parents 39a31f1 + 9703a8d commit 800af78

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/release.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
changelog:
2+
categories:
3+
- title: ⚠️ Breaking Changes
4+
labels:
5+
- Breaking Changes
6+
- title: New Features
7+
labels:
8+
- New Features
9+
- title: Enhancements
10+
labels:
11+
- Enhancement
12+
- title: Bug Fixes
13+
labels:
14+
- Bug Fix
15+
- title: Documentation
16+
labels:
17+
- Documentation
18+
- title: Other Changes
19+
labels:
20+
- "*"

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- "master"
77
- "branch-v*"
8+
- "bug_fix_*"
89

910
jobs:
1011
python-dependencies:

0 commit comments

Comments
 (0)