Skip to content

Commit

Permalink
build: Add release announcements.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Simons <[email protected]>
  • Loading branch information
michael-simons committed Feb 12, 2025
1 parent be20907 commit 0d1d71d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
- name: 'Create release'
env:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }}
JRELEASER_SLACK_WEBHOOK: ${{ secrets.JRELEASER_SLACK_WEBHOOK }}
run: ./mvnw --no-transfer-progress -Pjreleaser -pl :neo4j-ogm-spring-parent jreleaser:full-release
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,15 @@
</changelog>
</github>
</release>
<announce>
<webhooks>
<slack>
<active>RELEASE</active>
<messageProperty>msg</messageProperty>
<structuredMessage>true</structuredMessage>
</slack>
</webhooks>
</announce>
</jreleaser>
</configuration>
</plugin>
Expand Down

0 comments on commit 0d1d71d

Please sign in to comment.