Skip to content

Commit

Permalink
merge pull request #14 from orewaee/workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
orewaee committed Aug 20, 2024
2 parents d1ef925 + 0887c76 commit 67eb09b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
changelog:
categories:
- title: "✨ Features"
labels:
- feat
- title: "🐛 Fixes"
labels:
- fix
- bug
- title: "📄 Docs"
labels:
- docs
- title: "Other"
labels:
- "*"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: Build
on:
push:
tags:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

subprojects {
version = "0.4.0"
version = "0.4.1"

apply(plugin = "java-library")

Expand Down

0 comments on commit 67eb09b

Please sign in to comment.