Skip to content

Commit b248726

Browse files
tmp
1 parent 87fbb21 commit b248726

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.changeset/vast-bottles-start.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ddd/test-release": patch
3+
---
4+
5+
package.json

packages/test-package/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "No description",
55
"main": "index.js",
66
"scripts": {
7-
"prepare": "echo $npm_package_version"
7+
"prepare": "echo $npm_package_version > VERSION"
88
},
99
"keywords": [],
1010
"author": "",
@@ -14,5 +14,8 @@
1414
},
1515
"publishConfig": {
1616
"registry": "http://localhost:4873"
17-
}
17+
},
18+
"files": [
19+
"VERSION"
20+
]
1821
}

0 commit comments

Comments
 (0)