git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9174744
)
Add .release-it.json file to the repo.
author
StevenBlack
<redacted>
Wed, 7 Mar 2018 04:59:17 +0000
(23:59 -0500)
committer
StevenBlack
<redacted>
Wed, 7 Mar 2018 04:59:17 +0000
(23:59 -0500)
.release-it.json
[new file with mode: 0644]
patch
|
blob
diff --git a/.release-it.json
b/.release-it.json
new file mode 100644
(file)
index 0000000..
988f225
--- /dev/null
+++ b/
.release-it.json
@@ -0,0
+1,15
@@
+{
+ "src": {
+ "tagName": "v%s"
+ },
+ "github": {
+ "release": true
+ },
+ "npm": {
+ "publish": false,
+ "publishPath": ".",
+ "tag": "latest",
+ "private": false,
+ "access": null
+ }
+}
git clone https://git.99rst.org/PROJECT