mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Remove announcement
This commit is contained in:
parent
55af11399c
commit
ed073f331d
4 changed files with 1 additions and 30 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
|
||||
|
||||
- name: JReleaser
|
||||
run: ./gradlew jreleaserRelease jreleaserAnnounce
|
||||
run: ./gradlew jreleaserRelease
|
||||
env:
|
||||
XPIPE_GITHUB_TOKEN: ${{ secrets.XPIPE_GITHUB_TOKEN }}
|
||||
XPIPE_DISCORD_WEBHOOK: ${{ secrets.XPIPE_DISCORD_WEBHOOK }}
|
||||
|
|
|
@ -80,14 +80,4 @@ jreleaser {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (isFullRelease) {
|
||||
announce {
|
||||
discord {
|
||||
active = 'RELEASE'
|
||||
webhook = proj.hasProperty("XPIPE_DISCORD_WEBHOOK") ? proj.property("XPIPE_DISCORD_WEBHOOK") : System.getenv("XPIPE_DISCORD_WEBHOOK")
|
||||
messageTemplate = isFullRelease ? 'misc/discord_full.tpl' : 'misc/discord_pre.tpl'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
@everyone
|
||||
|
||||
🚀 {{projectName}} {{projectVersion}} has been released: {{releaseNotesUrl}}
|
||||
|
||||
The documentation and maven repositories should be automatically updated within the next couple of hours.
|
||||
|
||||
Changes in {{projectVersion}}:
|
||||
{{{rawChangelog}}}
|
|
@ -1,11 +0,0 @@
|
|||
@everyone
|
||||
|
||||
🚀 {{projectName}} {{projectVersion}} has been released: {{releaseNotesUrl}}
|
||||
|
||||
Note that as this is not a final release, there might still be some small issues with it.
|
||||
Please report them if you stumble upon one.
|
||||
|
||||
The documentation and maven repositories should be automatically updated within the next couple of hours.
|
||||
|
||||
Changes in {{projectVersion}}:
|
||||
{{{rawChangelog}}}
|
Loading…
Reference in a new issue