We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241163b commit de4065bCopy full SHA for de4065b
.release.json renamed to .release-it.json
@@ -7,12 +7,12 @@
7
"increment": "patch",
8
"prereleaseId": null,
9
"commitMessage": "Release %s",
10
- "tagName": "v%s",
11
"tagAnnotation": "Release %s",
12
"buildCommand": false,
13
"changelogCommand": "git log --pretty=format:'* %s (%h)' `git describe --tags --abbrev=0`..HEAD",
14
"requireCleanWorkingDir": false,
15
"src": {
+ "tagName": "v%s",
16
"pushRepo": null,
17
"beforeStartCommand": false,
18
"beforeStageCommand": false,
@@ -22,7 +22,7 @@
22
"publish": false,
23
"publishPath": ".",
24
"tag": "latest",
25
- "private": false,
+ "private": true,
26
"forcePublishSourceRepo": false
27
},
28
"github": {
package.json
@@ -0,0 +1,4 @@
1
+{
2
+ "name": "eloquent-tree",
3
+ "version": "3.1.2"
4
+}
0 commit comments