From 81cefef6991531f7ce75cbd8ab9754ccd1c0a2c3 Mon Sep 17 00:00:00 2001 From: subash Date: Wed, 21 Dec 2022 09:05:55 +1100 Subject: [PATCH] chore: update contributing guide --- CONTRIBUTING.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0fe5b0e..f0799bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,8 +38,6 @@ All code must be formatted with `gofmt` (with the latest Go version) and pass `g One of the maintainers will create a release after merging the pull request. - Ensure documentation is updated appropriately. -- Update [README.md]( https://github.com/monebag/monorepo-diff-buildkite-plugin/blob/master/README.md ) to the next version number. -- Update [ changelog ]( https://github.com/monebag/monorepo-diff-buildkite-plugin/blob/master/CHANGELOG.md ) using guidelines from [Keep a Changelog](https://keepachangelog.com/). -- Merge changes to master. -- Create a new release. The version number must follow the format of `v..`. Eg. `v2.0.1` -- Github actions automatically builds and attachs the binary to the release. +- Update all occurrences of plugin version in [README.md]( https://github.com/monebag/monorepo-diff-buildkite-plugin/blob/master/README.md ). +- create and push the next tag version +- Github actions will automatically create the release.