Skip to content

Commit 4f61577

Browse files
authored
ci: remove release please (#416)
1 parent 3e7e95b commit 4f61577

File tree

3 files changed

+40
-25
lines changed

3 files changed

+40
-25
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+
exclude:
3+
authors:
4+
- renovate[bot]
5+
categories:
6+
- title: Features
7+
labels:
8+
- feature
9+
- title: Bug Fixes
10+
labels:
11+
- fix
12+
- title: Miscellaneous Chores
13+
labels:
14+
- chore
15+
- ci
16+
- docs
17+
- test
18+
- title: Other Changes
19+
labels:
20+
- "*"
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
on:
2+
pull_request_target:
3+
types: [opened, edited]
4+
name: conventional-release-labels
5+
jobs:
6+
label:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: bcoe/conventional-release-labels@v1
10+
with:
11+
type_labels: |
12+
{
13+
"feat": "Feature",
14+
"fix": "Fix",
15+
"breaking": "Breaking",
16+
"chore": "Chore",
17+
"docs": "Docs",
18+
"test": "Test",
19+
"ci": "CI",
20+
}

.github/workflows/release-please.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)