We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f835df commit 1178998Copy full SHA for 1178998
.release.json
@@ -0,0 +1,8 @@
1
+{
2
+
3
+ "github": {
4
+ "release": true,
5
+ "releaseName": "Release %s",
6
+ "tokenRef": "GITHUB_TOKEN"
7
+ }
8
+}
package.json
@@ -1,11 +1,11 @@
{
"name": "xml-typescript",
- "version": "1.0.0",
+ "version": "v1.0",
"description": "",
"main": "index.js",
"scripts": {
- "compile": "tsc",
- "test": "npm run compile && mocha --reporter spec 'test/specs/**/*.js'"
+ "build": "tsc",
+ "test": "npm run build && mocha --reporter spec 'test/specs/**/*.js'"
9
},
10
"repository": {
11
"type": "git",
0 commit comments