Skip to content

Commit 408ddac

Browse files
sofislchingor13
andauthored
fix: add initial-version to allowed properties in manifest schema (googleapis#1691)
* build: add initial-version to allowed properties in manifest schema * Update schemas/config.json Co-authored-by: Jeff Ching <[email protected]> * Create initial-version.json * Update initial-version.json Co-authored-by: Jeff Ching <[email protected]>
1 parent 8315d43 commit 408ddac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

schemas/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@
393393
"tag-separator": true,
394394
"extra-files": true,
395395
"version-file": true,
396-
"snapshot-label": true
396+
"snapshot-label": true,
397+
"initial-version": true
397398
}
398399
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"packages": {
3+
"packages/foo": {}
4+
},
5+
"release-type": "node",
6+
"initial-version": "0.1.0"
7+
}

0 commit comments

Comments
 (0)