1
0
mirror of https://github.com/o2sh/onefetch synced 2024-06-30 22:54:20 +00:00

add release.yml file (#1177)

* add release.yml file

* add exclude section
This commit is contained in:
Ossama Hjaji 2023-09-22 13:32:23 +02:00 committed by GitHub
parent 0a75cff486
commit 70077bdb49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
.github/release.yml vendored Normal file
View File

@ -0,0 +1,22 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: New Features 🎉
labels:
- feat
- title: Bug Fixes 🐛
labels:
- fix
- title: Chores 🧹
labels:
- chore
- refactor
- doc
- title: Dependencies ⬆️⬇️
labels:
- dependencies
- title: Other Changes
labels:
- "*"