We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7aff5a commit 10cc2caCopy full SHA for 10cc2ca
.github/workflows/release.yml
@@ -2,7 +2,9 @@ name: Release
2
3
on:
4
push:
5
- branches: [ main ]
+ branches:
6
+ - main
7
+ - patches/*
8
9
env:
10
productNamespacePrefix: "Splat"
version.json
@@ -6,6 +6,7 @@
"^refs/heads/main$",
"^refs/heads/latest$",
"^refs/heads/preview/.*", // we release previews
+ "^refs/heads/patches/.*", // we release previews
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N
11
],
12
"nugetPackageVersion":{
0 commit comments