Skip to content

Commit a9b2085

Browse files
authored
Prepare release (#92)
* chore: do not cancel all matrix jobs when one fails If a job is flaky, let the others continue. This avoids having to restart them. * chore: prepare release
1 parent 8ac52eb commit a9b2085

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
build-and-test:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
17+
fail-fast: false
1718
matrix:
1819
os: [ubuntu-latest, macos-latest, windows-latest]
1920

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# GitGuardian Secret Security Changelog
22

3+
## [0.13.0]
4+
5+
### Changed
6+
7+
- Updated to [ggshield 1.42.0](https://github.com/GitGuardian/ggshield/releases/v1.42.0).
8+
39
## [0.12.0]
410

511
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "GitGuardian - Secrets Security",
55
"description": "A safety net to help developers safeguard their sensitive information (passwords, API key, tokens, ..) from accidental leaks in their code",
66
"icon": "images/icon.png",
7-
"version": "0.12.0",
7+
"version": "0.13.0",
88
"publisher": "gitguardian-secret-security",
99
"engines": {
1010
"vscode": "^1.81.0"

0 commit comments

Comments
 (0)