feat: allow multiple remotes (#17)
* feat!: allow multiple remotes * doc: add fancy emojis * fix: press-dots2-z2m-e2213 * chore: add PR labeling and changelog template
This commit is contained in:
21
.github/release.yaml
vendored
Normal file
21
.github/release.yaml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
changelog:
|
||||
exclude:
|
||||
labels:
|
||||
- ignore-for-release
|
||||
categories:
|
||||
- title: 💥 Breaking Changes
|
||||
labels:
|
||||
- breaking
|
||||
- title: 🚀 Features
|
||||
labels:
|
||||
- feature
|
||||
- title: 🛠️ Fixes
|
||||
labels:
|
||||
- bug
|
||||
- fix
|
||||
- title: 📓 Documentation
|
||||
labels:
|
||||
- doc
|
||||
- title: ⚙️ Other Changes
|
||||
labels:
|
||||
- "*"
|
||||
9
.github/workflows/conventional-label.yaml
vendored
Normal file
9
.github/workflows/conventional-label.yaml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [ opened, edited ]
|
||||
name: conventional-release-labels
|
||||
jobs:
|
||||
label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: bcoe/conventional-release-labels@v1
|
||||
Reference in New Issue
Block a user