diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..deb17e5 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,30 @@ +# Contributing + +This repository is implemented as a standard Maven project. +All contributions are welcome! +Just submit a pull request. + +See [this page](https://wiremock.org/docs/participate/) for a generic WireMock Contributor Guide. + +## Road towards 1.0 + +The next major and well overdue milestone is 1.0. +The scope for this release is listed [here](https://github.com/wiremock/wiremock-testcontainers-java/milestone/1). +Contributions are welcome! + +## Good First Issues + +There are some [good first issues](https://github.com/wiremock/wiremock-testcontainers-java/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22) listed in the repository. + +Apart from that, you can always create some new examples, demos and tests. +There are many WireMock extensions and also many features that can be potentially added to the distribution. + +## Maintainer Notes + +### Releasing + +The release is done automatically using the GitHub actions. +Steps: + +1. Run the release pipeline with a proper version +2. Create the release notes for the release (Release Drafter is at your service) diff --git a/LICENSE.txt b/LICENSE.txt index d645695..11da5ad 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2023 WireMock Inc., Oleg Nenashev and all project contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 36e971d..bf19214 100644 --- a/README.md +++ b/README.md @@ -334,9 +334,4 @@ public class WireMockContainerExtensionJunit4Test { ## Contributing -This repository is implemented as a standard Maven project. -All contributions are welcome! -Just submit a pull request. - -See [this page](https://wiremock.org/docs/participate/) for a generic WireMock Contributor Guide - +See the [Contributor Guide](./CONTRIBUTING.md). diff --git a/jreleaser.yml b/jreleaser.yml deleted file mode 100644 index 3e5c9f9..0000000 --- a/jreleaser.yml +++ /dev/null @@ -1,31 +0,0 @@ -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