Skip to content

Commit 9cc250c

Browse files
committed
v3.2.3
1 parent a1ca0d5 commit 9cc250c

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
- commits:
2+
- subject: Change e2e tests to an optional dispatch job
3+
hash: 73da089a61318ac80b582999265ec1d29247e7c9
4+
body: |
5+
By making e2e tests a manual step we can speed up Flowzone
6+
development and reduce noise on production repositories.
7+
8+
The downside being the default tests could miss things
9+
but it's rare that things fail in e2e and pass in Flowzone self-tests.
10+
footer:
11+
Change-type: patch
12+
change-type: patch
13+
Signed-off-by: Kyle Harding <[email protected]>
14+
signed-off-by: Kyle Harding <[email protected]>
15+
author: Kyle Harding
16+
nested: []
17+
version: 3.2.3
18+
title: ""
19+
date: 2023-03-23T16:32:18.658Z
120
- commits:
221
- subject: Assign unique gha cache scopes for each docker target/platform
322
hash: 19b3545dd4c63c0e2505ef183d72e061eb58004c

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## 3.2.3 - 2023-03-23
8+
9+
* Change e2e tests to an optional dispatch job [Kyle Harding]
10+
711
## 3.2.2 - 2023-03-23
812

913
* Assign unique gha cache scopes for each docker target/platform [Kyle Harding]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"dependencies": {
1717
"yaml": "^2.1.3"
1818
},
19-
"version": "3.2.2",
19+
"version": "3.2.3",
2020
"versionist": {
21-
"publishedAt": "2023-03-23T11:09:50.896Z"
21+
"publishedAt": "2023-03-23T16:32:19.328Z"
2222
}
2323
}

0 commit comments

Comments
 (0)