Skip to content

Commit 1178998

Browse files
Robin BuschmannRobin Buschmann
authored andcommitted
Release v1.0
1 parent 7f835df commit 1178998

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.release.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
3+
"github": {
4+
"release": true,
5+
"releaseName": "Release %s",
6+
"tokenRef": "GITHUB_TOKEN"
7+
}
8+
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "xml-typescript",
3-
"version": "1.0.0",
3+
"version": "v1.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"compile": "tsc",
8-
"test": "npm run compile && mocha --reporter spec 'test/specs/**/*.js'"
7+
"build": "tsc",
8+
"test": "npm run build && mocha --reporter spec 'test/specs/**/*.js'"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)