wiremock / python-wiremock

A Python library for API mocking and testing with Testcontainers module and WireMock

Home Page:https://wiremock.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define and implement a clear release process

mikeywaites opened this issue · comments

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

@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