-
Notifications
You must be signed in to change notification settings - Fork 82
/
jreleaser.yml
43 lines (41 loc) · 1.21 KB
/
jreleaser.yml
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
project:
name: libosmscout
description: Libosmscout is a C++ library for offline map rendering, routing and location lookup based on OpenStreetMap data
longDescription: Libosmscout is a C++ library for offline map rendering, routing and location lookup based on OpenStreetMap data
links:
homepage: https://libosmscout.sourceforge.net/
contact: https://libosmscout.sourceforge.net/documentation/contact/
authors:
- Tim Teulings
- Lukáš Karas
- Others
maintainers:
- Framstag
- Karry
license: LGPL-2.1-or-later
inceptionYear: 2009
stereotype: NONE
versionPattern: CHRONVER
snapshot:
pattern: .*-latest
label: latest
fullChangelog: true
release:
github:
owner: Framstag
overwrite: true
issues:
enabled: true
changelog:
formatted: ALWAYS
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
extraProperties:
categorizeScopes: true
distributions:
source:
type: BINARY
artifacts:
- path: dist/meson-dist/libosmscout-{{projectVersion}}.tar.xz
- path: dist/meson-dist/libosmscout-{{projectVersion}}.zip