-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d65526
commit d280438
Showing
4 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters