Release changes

This commit is contained in:
Christopher Schnick 2022-10-11 18:36:57 +02:00
parent 7b169a33b3
commit bca63a8495
4 changed files with 17 additions and 23 deletions

View file

@ -4,16 +4,7 @@ on: [push, pull_request]
jobs: jobs:
build: build:
runs-on: ${{ matrix.os }} runs-on: ubuntu-20.04
strategy:
matrix:
os: [
ubuntu-20.04,
# macos-10.15,
windows-2022
]
fail-fast: false
name: ${{ matrix.os }}
steps: steps:
- name: Git checkout - name: Git checkout
uses: actions/checkout@v2 uses: actions/checkout@v2

View file

@ -6,7 +6,7 @@ on:
- master - master
jobs: jobs:
build: publish:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- name: Git checkout - name: Git checkout

View file

@ -25,7 +25,6 @@ jreleaser {
release { release {
github { github {
skipRelease = !isFullRelease
skipTag = !isFullRelease skipTag = !isFullRelease
owner = 'xpipe-io' owner = 'xpipe-io'
overwrite = false overwrite = false
@ -35,9 +34,10 @@ jreleaser {
files = true files = true
artifacts = true artifacts = true
checksums = false checksums = true
signatures = false signatures = false
if (isFullRelease) {
changelog { changelog {
enabled = true enabled = true
formatted = 'ALWAYS' formatted = 'ALWAYS'
@ -45,6 +45,7 @@ jreleaser {
} }
} }
} }
}
distributions { distributions {
api { api {
artifact { artifact {
@ -75,6 +76,7 @@ jreleaser {
} }
} }
if (isFullRelease) {
announce { announce {
discord { discord {
active = 'RELEASE' active = 'RELEASE'
@ -83,3 +85,4 @@ jreleaser {
} }
} }
} }
}

View file

@ -1 +1 @@
0.0.2.0 0.0.2.1-SNAPSHOT