-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathjreleaser.yml
More file actions
81 lines (75 loc) · 1.75 KB
/
jreleaser.yml
File metadata and controls
81 lines (75 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Generated with JReleaser 1.17.0 at 2025-04-28T13:27:24.943485+01:00
project:
name: neo4j-kafka-connector
description: Neo4j Connector for Kafka
authors:
- Connectors Team
license: Apache-2.0
copyright: Neo4j, Inc.
links:
homepage: https://github.com/neo4j/neo4j-kafka-connector
languages:
java:
groupId: org.neo4j.connectors
release:
github:
owner: neo4j
name: neo4j-kafka-connector
tagName: "v{{projectVersion}}"
releaseName: "{{projectVersion}}"
update:
enabled: true
sections:
- TITLE
- BODY
- ASSETS
artifacts: false
files: true
checksums: true
changelog:
formatted: ALWAYS
preset: conventional-commits
skipMergeCommits: true
format: "- {{commitShortHash}} {{conventionalCommitDescription}}"
links: true
labelers:
- title: ci
label: ci
excludeLabels:
- ci
hide:
contributors:
- '[bot]'
- GitHub
checksum:
name: 'neo4j-kafka-connect-{{projectVersion}}-checksums.txt'
algorithms:
- SHA_256
files: true
artifacts: true
individual: true
files:
globs:
- pattern: packaging/target/neo4j-kafka-connect-*.jar
- pattern: packaging/target/neo4j-kafka-connect-*.zip
hooks:
script:
before:
- filter:
includes: [ "assemble" ]
shell: BASH
run: |
./mvnw clean
- filter:
includes: [ "assemble" ]
continueOnError: false
verbose: true
shell: BASH
run: |
./mvnw -B package -DskipTests
announce:
slack:
channels:
- '#release'
- '#team-kafka'
message: ':tada: {{projectNameCapitalized}} {{projectVersion}} has been released! {{releaseNotesUrl}}'