File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,10 @@ func TestWireMock(t *testing.T) {
8282
8383The module is licensed under [ Apache License v.2] ( ./LICENSE )
8484
85+ ## Contributing
86+
87+ See the [ Contributor Guide] ( ./docs/CONTRIBUTING.md )
88+
8589## References
8690
8791- [ WireMock Website] ( https://wiremock.org/?utm_medium=referral&utm_campaign=wiremock-testcontainers )
Original file line number Diff line number Diff line change 1+ # Contributing
2+
3+ Contributions are welcome!
4+ Just submit a pull request.
5+
6+ ## Versioning
7+
8+ Starting from ` v.1.0.0 ` , [ semantic versioning] (including metadata) is followed, including pre-release versions.
9+
10+ ## Releasing
11+
12+ Releases are automated on GitHub Actions.
13+ Once the release is published on GitHub Releases,
14+ the GitHub actions workflow will automatically build the artifacts and uodate the `go.dev metadata
15+
16+ For release changelogs, this repository uses Release Drafter to generated the initial draft based on the PR titles and labels.
You can’t perform that action at this time.
0 commit comments