Skip to content

Commit 721d057

Browse files
committed
Merge branch 'testing' of https://github.com/Microsoft/json-document-transforms into testing
2 parents 4cc2d52 + 0d6cc1d commit 721d057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
33
"version": "0.9",
44
"publicReleaseRefSpec": [
5-
"^refs/tags/v\\d\\.\\d" // we release via tags starting with vN.N
5+
"^refs/heads/master$", // we release out of master
66
],
77
"cloudBuild": {
88
"buildNumber": {

0 commit comments

Comments
 (0)