Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "12.1.10"
".": "12.1.11"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ 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

## [12.1.11](https://github.com/sous-chefs/git/compare/v12.1.10...v12.1.11) (2025-10-16)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [linkspector] reported by reviewdog 🐶
Cannot reach v12.1.10...v12.1.11 Status: 404



### 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.10](https://github.com/sous-chefs/git/compare/12.1.9...v12.1.10) (2025-10-15)


Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs git and/or sets up a Git server daemon'
version '12.1.10'
version '12.1.11'
source_url 'https://github.com/sous-chefs/git'
issues_url 'https://github.com/sous-chefs/git/issues'
chef_version '>= 15.3'
Expand Down
Loading