Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
chore: update contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
adikari committed Dec 20, 2022
1 parent 4e2da19 commit 81cefef
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<major>.<minor>.<patch>`. 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.

0 comments on commit 81cefef

Please sign in to comment.