From 2659632e8fd0511b627391687ae1e0f219b6c049 Mon Sep 17 00:00:00 2001 From: "commitizen-github-action[bot]" Date: Sat, 9 Dec 2023 05:15:43 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.14.11=20=E2=86=92=200.14.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f4da1..dd7b2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ This changelog is auto-generated by the Python-based [Commitizen](https://commitizen-tools.github.io/commitizen). +## 0.14.12 (2023-12-09) + +### Fix + +- **Renovate**: Prefer GitHub releases to tags + ## 0.14.11 (2023-12-09) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 95c380c..3ee538a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "GitHub Starter Workflows" - version = "0.14.11" + version = "0.14.12" description = "GitHub Actions Starter Workflows and Default Community Health Files" authors = ["Kurt von Laven "] license = "MIT"