From 7f8d5d8e1bc6e9f2cb89d65b43e71e83c47bba3f Mon Sep 17 00:00:00 2001 From: Alexander Mejia Date: Thu, 13 Feb 2025 08:29:53 -0500 Subject: [PATCH] fix(docs): minor update to docs to reflect release approach - as fix to trigger release --- docs/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 0f0d3c8..57a1669 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -5,6 +5,8 @@ Thank you for your interest in contributing to this Stack Builders' library. To - Once the change has been discussed with the maintainer(s), feel free to open a Pull Request. Please include a link to the issue you're trying to solve, or a quick summary of the discussed changes. +- This repo makes use of [semantic-release](https://github.com/semantic-release/semantic-release) with the [semantic-release-hackage](https://github.com/stackbuilders/semantic-release-hackage) puglin. PRs and commits should be following conventional commits formating to properly capture expected changes and determine the version to release. + - If adding any new features that you think should be considered in the README file, please add that information in your Pull Request. - Once you get an approval from any of the maintainers, please merge your Pull Request. Keep in mind that some of our Stack Builders repositories use CI/CD pipelines, so you will need to pass all of the required checks before merging.