mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-26 17:39:37 -04:00
Release fixes
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
def isPreRelease = project.version.endsWith('-pre')
|
||||
def isFullRelease = !isPreRelease && !project.version.endsWith('-SNAPSHOT')
|
||||
def proj = project
|
||||
def canonicalVersion = file('misc/canonical_version').text
|
||||
|
||||
jreleaser {
|
||||
environment {
|
||||
|
||||
Reference in New Issue
Block a user