Skip to content

Commit

Permalink
v12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored May 16, 2024
1 parent 886a45b commit 5199233
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 4 deletions.
25 changes: 25 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
- commits:
- subject: Base versioned commit on the tip of the PR head branch
hash: 2d9d2a3f5f61eb5e408173d41667f3055221381b
body: |
Historically we have used the PR merge commit, which is the GitHub
default, to ensure that we are testing the same merges that will
be committed to the target branch.
However, we already require that branches be rebased on the
target before merging via branch protections so there is no benefit
gained from using the merge commit.
We also would like to enable use cases where we are testing against
old versions of the target branch and not include changes from the tip
of the target.
footer:
Change-type: major
change-type: major
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
version: 12.0.0
title: ""
date: 2024-05-16T15:40:34.059Z
- commits:
- subject: Restore re-itemization of notable changes
hash: 4793bb4f5cd0805eadfe18d9794e5715328b9c1f
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/).

## 12.0.0 - 2024-05-16

* Base versioned commit on the tip of the PR head branch [Kyle Harding]

## 11.5.5 - 2024-05-16

* Restore re-itemization of notable changes [Felipe Lalanne]
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": "11.5.5",
"version": "12.0.0",
"versionist": {
"publishedAt": "2024-05-16T14:44:34.288Z"
"publishedAt": "2024-05-16T15:40:34.567Z"
}
}

0 comments on commit 5199233

Please sign in to comment.