Skip to content

Commit 4a68f8d

Browse files
Merge pull request #65 from wiremock/oleg-nenashev-patch-2
Add Contributor guide with the release and versioning guidelines
2 parents 5082693 + 7a69caa commit 4a68f8d

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ func TestWireMock(t *testing.T) {
8282

8383
The 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)

docs/CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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.

0 commit comments

Comments
 (0)