wiremock / python-wiremock

A Python library for API mocking and testing with Testcontainers module and WireMock
https://wiremock.readthedocs.io
Other
58 stars 25 forks source link

Define and implement a clear release process #56

Closed mikeywaites closed 1 year ago

mikeywaites commented 1 year ago

Summary

The code base uses semver for releases which we will continue to adopt.

Have a clear release process that is documented and potentially automated will allow us to focus on releasing features quickly and safely to the community.

cc @oleg-nenashev Might have some ideas on this process.

References

No response

oleg-nenashev commented 1 year ago

@mikeywaites I would suggest GitHub Actions for builds & Deploy automation, keeping SemVer for versioning policy, and Automating changelogs via tools like Release Drafter similarly to https://github.com/wiremock/wiremock-testcontainers-java . Such approach would be portable between implementations and technology stacks