-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathjreleaser.yml
More file actions
69 lines (65 loc) · 1.58 KB
/
jreleaser.yml
File metadata and controls
69 lines (65 loc) · 1.58 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
project:
name: JairoSVG
description: SVG 1.1 to PNG, JPEG, TIFF, PDF, PS/EPS, and SVG converter powered by Java2D
longDescription: |
JairoSVG is a pure Java SVG 1.1 renderer using Java2D. It converts SVG files
to PNG, JPEG, TIFF, PDF, PostScript, EPS, and SVG formats. Designed for
simplicity and performance, JairoSVG delivers fast rendering without
requiring any native dependencies.
website: https://github.com/brunoborges/jairosvg
authors:
- Bruno Borges
license: MIT
inceptionYear: "2024"
tags:
- java
- svg
- png
- pdf
- converter
- java2d
java:
groupId: io.brunoborges
artifactId: jairosvg
signing:
active: ALWAYS
pgp:
active: ALWAYS
armored: true
deploy:
maven:
mavenCentral:
app:
active: ALWAYS
url: https://central.sonatype.com/api/v1/publisher
applyMavenCentralRules: true
stagingRepositories:
- target/staging-deploy
release:
github:
owner: brunoborges
name: jairosvg
tagName: "v{{projectVersion}}"
releaseName: "v{{projectVersion}}"
overwrite: false
skipTag: true
changelog:
formatted: ALWAYS
preset: conventional-commits
contributors:
format: "- {{contributorName}}"
hide:
categories:
- merge
contributors:
- dependabot
- Copilot
distributions:
jairosvg:
type: SINGLE_JAR
artifacts:
- path: target/jairosvg-{{projectVersion}}.jar
jairosvg-cli:
type: SINGLE_JAR
artifacts:
- path: target/jairosvg-{{projectVersion}}-cli.jar