Skip to content

Commit

Permalink
add release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
springeye committed Jan 20, 2024
1 parent 049ab44 commit 6e1b84a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .github/release.yml

changelog:
exclude:
labels:
- ignore-for-release
authors:
- springeye
categories:
- title: Feature 🛠
labels:
- feature
- title: Fix 🎉
labels:
- bug
- title: Other Changes
labels:
- "*"
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- '*'
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
gradle:
Expand Down

0 comments on commit 6e1b84a

Please sign in to comment.