From 6aedbb5b5c0edb7acf16c5083d56f7c6bfe5aff3 Mon Sep 17 00:00:00 2001 From: victormgomes Date: Tue, 28 Jul 2026 23:40:26 +0000 Subject: [PATCH 1/2] chore: update shared repository files synced local '.github/CONTRIBUTING.md' with remote 'community/CONTRIBUTING.md' --- .github/CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cf3f151..b504706 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -13,10 +13,10 @@ effort. Small fixes (typos, broken links) can go directly to a Pull Request. ### 2. Fork or Branch -| Your access | Workflow | -| --------------------------------------- | --------------------------------------------------------- | -| **External contributor** | Fork the repository, create a feature branch in your fork | -| **Trusted collaborator** (write access) | Create a feature branch directly in the main repository | +| Your access | Workflow | +|---|---| +| **External contributor** | Fork the repository, create a feature branch in your fork | +| **Trusted collaborator** (write access) | Create a feature branch directly in the main repository | ### 3. Create a Feature Branch From 125fced898ffbaecbe223cecaab7fcb7b85f733b Mon Sep 17 00:00:00 2001 From: victormgomes Date: Tue, 28 Jul 2026 23:40:26 +0000 Subject: [PATCH 2/2] chore: update shared repository files synced local '.releaserc.json' with remote 'configs/.releaserc.json' --- .releaserc.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.releaserc.json b/.releaserc.json index 6b74405..c8efb56 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,8 +1,18 @@ { "branches": ["main"], "plugins": [ - "@semantic-release/commit-analyzer", - "@semantic-release/release-notes-generator", + [ + "@semantic-release/commit-analyzer", + { + "preset": "conventionalcommits" + } + ], + [ + "@semantic-release/release-notes-generator", + { + "preset": "conventionalcommits" + } + ], "@semantic-release/github" ] }