Skip to content

Commit b6167fe

Browse files
Merge pull request #5 from wiremock/jreleaser
Add JReleaser configuration
2 parents 0a52a16 + 5c8f3e2 commit b6167fe

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

jreleaser.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
project:
2+
name: wiremock-testcontainers-module
3+
description: TestContainers Java module for WireMock
4+
longDescription: TestContainers Java module for WireMock
5+
links:
6+
homepage: https://github.com/wiremock/wiremock-testcontainers-java
7+
authors:
8+
- Oleg Nenashev
9+
license: APACHE-2.0
10+
inceptionYear: 2023
11+
stereotype: none
12+
java:
13+
version: 11
14+
groupId: org.wiremock.integrations.testcontainers
15+
artifactId: wiremock-testcontainers-module
16+
17+
release:
18+
github:
19+
overwrite: true
20+
changelog:
21+
formatted: ALWAYS
22+
preset: conventional-commits
23+
contributors:
24+
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
25+
26+
distributions:
27+
wiremock-testcontainers-module:
28+
type: SINGLE_JAR
29+
artifacts:
30+
- path: target/{{distributionName}}-{{projectVersion}}.jar

0 commit comments

Comments
 (0)