From ef8a9713d187b37b656516b687e04bda4b24c02f Mon Sep 17 00:00:00 2001 From: Michael Darmawan Date: Tue, 16 Apr 2024 16:55:26 -0500 Subject: [PATCH] add info to contributing about the semantic release (#124) Signed-off-by: Michael Darmawan --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f9ac45..26698bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,10 @@ please open a [Github Issue](https://github.com/IBM/keyprotect-go-client/issues) For your pull request to be merged, it must meet the criteria of a "correct patch", and also be fully reviewed and approved by two Maintainer level contributors. +The PR should be named with the proper prefix to satisfy the semantic release. +- `fix(build):` for patch version bump (0.0.x) +- `feat(build):` for minor version bump (0.x.0) +- `perf(build):` for major version bump (x.0.0) A correct patch is defined as the following: