diff --git a/.releaserc b/.releaserc index c2597efe..1d2937b1 100644 --- a/.releaserc +++ b/.releaserc @@ -32,6 +32,9 @@ "assets": [ { "path": "build/libs/*.jar" + }, + { + "path": "patches.json" } ] }