Skip to content

Commit 7471a29

Browse files
committed
v3.2.0
1 parent 862b968 commit 7471a29

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
- commits:
2+
- subject: Reject duplicate workflow calls
3+
hash: c5ccd8bd3e22935e7f1a48f3a83bbfadcf9eca61
4+
body: |
5+
This will force users to update their workflows
6+
to avoid duplicate runs that could break branch protection.
7+
footer:
8+
Change-type: minor
9+
change-type: minor
10+
Signed-off-by: Kyle Harding <[email protected]>
11+
signed-off-by: Kyle Harding <[email protected]>
12+
author: Kyle Harding
13+
nested: []
14+
version: 3.2.0
15+
title: ""
16+
date: 2023-03-22T22:31:47.369Z
117
- commits:
218
- subject: Run protect branch early in the workflow
319
hash: 817f6ff10a3a63328193e11a38503222b35b74c0

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.0 - 2023-03-22
8+
9+
* Reject duplicate workflow calls [Kyle Harding]
10+
711
## 3.1.0 - 2023-03-22
812

913
* Run protect branch early in the workflow [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.1.0",
19+
"version": "3.2.0",
2020
"versionist": {
21-
"publishedAt": "2023-03-22T21:07:15.410Z"
21+
"publishedAt": "2023-03-22T22:31:47.883Z"
2222
}
2323
}

0 commit comments

Comments
 (0)