-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathjreleaser.yml
More file actions
25 lines (22 loc) · 633 Bytes
/
jreleaser.yml
File metadata and controls
25 lines (22 loc) · 633 Bytes
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
project:
name: Microcks Testcontainers
description: Microcks Testcontainers .NET library
longDescription: Microcks Testcontainers .NET library
copyright: The Microcks Authors
signing:
active: ALWAYS
armored: true
files:
active: ALWAYS
artifacts:
- path: './Microcks.Testcontainers-net8.0.spdx-sbom.json'
release:
github:
overwrite: true
releaseName: '{{tagName}}'
tagName: '{{projectVersion}}'
changelog:
formatted: ALWAYS
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'