We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 474f5e4 + 806e892 commit 4087a43Copy full SHA for 4087a43
2 files changed
version.json Kepware.Api/version.jsonversion.json renamed to Kepware.Api/version.json
@@ -1,6 +1,7 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3
"version": "1.0-beta",
4
+ "pathFilters": [ "." ],
5
"publicReleaseRefSpec": [
6
"^refs/heads/main$",
7
"^refs/heads/v\\d+(?:\\.\\d+)?$"
KepwareSync.Service/version.json
@@ -0,0 +1,17 @@
+{
+ "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
+ "version": "1.0-beta",
+ "pathFilters": [ ".", "../Kepware.Api" ],
+ "publicReleaseRefSpec": [
+ "^refs/heads/main$",
+ "^refs/heads/v\\d+(?:\\.\\d+)?$"
8
+ ],
9
+ "cloudBuild": {
10
+ "buildNumber": {
11
+ "enabled": true
12
+ }
13
+ },
14
+ "release": {
15
+ "tagName": "v{version}"
16
17
+}
0 commit comments