From d280438cea3a9f332e748130281a31e208755ffa Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:28:15 +0000 Subject: [PATCH] v19.2.0 --- .versionbot/CHANGELOG.yml | 22 ++++++++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ecabcc81e..0b01fed4e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,25 @@ +- commits: + - subject: Improve enforcement of linear commit history + hash: fdb8e1ab152289a3f2e833bf1898428336cbb271 + body: | + Use the GitHub API to check commit parents in BASE and HEAD + branches and ensure we are following a linear history. + + HEAD should not have any merge commits, so reject any HEAD branches + where one or more commits have multiple parents. + + The PR merge commit must include the HEAD commit as a parent, + otherwise reject the versioning job. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 19.2.0 + title: "" + date: 2024-12-09T16:28:12.846Z - commits: - subject: Make clear that unedited release notes will not be posted hash: 2adb64da5d51720920c11758c161b6ac9aab8905 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b326e06e..d45d6cca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 19.2.0 - 2024-12-09 + +* Improve enforcement of linear commit history [Kyle Harding] + ## 19.1.15 - 2024-12-09 * Make clear that unedited release notes will not be posted [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index 468ea9be5..7d4c5370e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "19.1.15", + "version": "19.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowzone", - "version": "19.1.15", + "version": "19.2.0", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index 0c7e7cfec..734b091ea 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "19.1.15", + "version": "19.2.0", "versionist": { - "publishedAt": "2024-12-09T14:43:25.943Z" + "publishedAt": "2024-12-09T16:28:13.383Z" } }