-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathjreleaser.yml
More file actions
75 lines (71 loc) · 1.77 KB
/
jreleaser.yml
File metadata and controls
75 lines (71 loc) · 1.77 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
project:
name: redisvl
description: Redis Vector Library for Java
longDescription: Redis Vector Library (RedisVL) is the ultimate Java client designed for AI-native applications harnessing the power of Redis.
links:
homepage: https://github.com/redis/redis-vl-java
authors:
- Brian Sam-Bodden
license: MIT
languages:
java:
groupId: com.redis
version: '21'
multiProject: true
inceptionYear: '2025'
tags: ['redis', 'vector', 'search', 'ai', 'ml', 'llm', 'rag']
release:
github:
owner: redis
name: redis-vl-java
overwrite: true
sign: true
prerelease:
pattern: .*-(RC|SNAPSHOT|M|alpha|beta).*
draft: false
changelog:
formatted: ALWAYS
preset: conventional-commits
includeLabels:
- 'feat'
- 'feature'
- 'fix'
- 'docs'
- 'chore'
- 'perf'
- 'refactor'
- 'test'
- 'build'
- 'ci'
contributors:
enabled: true
format: '- {{contributorName}} ({{contributorUsernameAsLink}})'
extraProperties:
categorizeScopes: false
replacers:
# Escape Java annotations to prevent GitHub from treating them as user mentions
- search: '\s@([A-Z][a-zA-Z]+)'
replace: ' `@$1`'
hide:
contributors:
- 'GitHub Actions'
- 'actions'
- 'github-actions'
- 'github-actions[bot]'
signing:
active: ALWAYS
armored: true
deploy:
maven:
mavenCentral:
redis:
active: RELEASE
authorization: BASIC
url: https://central.sonatype.com/api/v1/publisher
applyMavenCentralRules: true
stagingRepositories:
- build/staging-deploy
# No announcements needed
announce:
slack:
active: NEVER