Skip to content

Commit

Permalink
v19.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 9, 2024
1 parent 3d65526 commit d280438
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
22 changes: 22 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit d280438

Please sign in to comment.