forked from wiremock/wiremock-testcontainers-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jreleaser.yml
31 lines (29 loc) · 882 Bytes
/
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
project:
name: wiremock-testcontainers-module
description: Testcontainers Java module for WireMock
longDescription: Testcontainers Java module for WireMock
links:
homepage: https://github.com/wiremock/wiremock-testcontainers-java
authors:
- Oleg Nenashev
- WireMock contributors
license: APACHE-2.0
inceptionYear: 2023
stereotype: none
java:
version: 11
groupId: org.wiremock.integrations.testcontainers
artifactId: wiremock-testcontainers-module
release:
github:
overwrite: true
changelog:
formatted: ALWAYS
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
distributions:
wiremock-testcontainers-module:
type: SINGLE_JAR
artifacts:
- path: target/{{distributionName}}-{{projectVersion}}.jar