From 8cf0a48ec35d1d1f11565f2cf94eb7957148d3af Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Mon, 24 Jun 2024 22:38:47 -0400 Subject: ci(chore): Install release-please for automated releases (#2133) Signed-off-by: Dave Henderson --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf97be37..3382b3d1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,8 +7,9 @@ bug reports, bug fixes, new features or even just questions. For PRs, please: - Consider filing an [issue](https://github.com/hairyhenderson/gomplate/issues/new) first, especially if you're not sure if your idea will be accepted. +- Commit messages should follow the repo's [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) style. See [`release-please-config.json`](./release-please-config.json) for valid commit types. - [Link to any relevant issues](https://help.github.com/articles/autolinked-references-and-urls/) in the PR -- Add new tests to cover the new code, and make sure all of the tests pass (`make lint test integration`) +- Add new tests to cover the new code, and make sure all tests pass (`make lint test integration`) - Please try to conform to the existing code style, and see [Style Guide](#style-guide) for more details ## Bugs -- cgit v1.2.3