From fa212ee98ff9408c89e14965b4f95a0de2208707 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Thu, 7 May 2026 14:57:12 +0100 Subject: [PATCH] chore(main): release 13.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ metadata.rb | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d729b8e..2af8923 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "12.1.11" + ".": "13.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f96ed..1503e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Standardise files with files in sous-chefs/repo-management Standardise files with files in sous-chefs/repo-management +## [13.0.0](https://github.com/sous-chefs/git/compare/v12.1.11...v13.0.0) (2026-05-07) + + +### ⚠ BREAKING CHANGES + +* migrate git to custom resources ([#210](https://github.com/sous-chefs/git/issues/210)) + +### Features + +* migrate git to custom resources ([#210](https://github.com/sous-chefs/git/issues/210)) ([196a4cd](https://github.com/sous-chefs/git/commit/196a4cdc54dfe5e9de811eba4986be26b3cca3ac)) + + +### Bug Fixes + +* **ci:** Update workflows to use release pipeline ([#203](https://github.com/sous-chefs/git/issues/203)) ([0a45d03](https://github.com/sous-chefs/git/commit/0a45d0377261cca27f68325271cd12a1755287b4)) + ## [12.1.11](https://github.com/sous-chefs/git/compare/v12.1.10...v12.1.11) (2025-10-16) diff --git a/metadata.rb b/metadata.rb index 22b5ea0..79faa09 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Provides custom resources for installing and configuring Git' -version '12.1.11' +version '13.0.0' source_url 'https://github.com/sous-chefs/git' issues_url 'https://github.com/sous-chefs/git/issues' chef_version '>= 15.3'