1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-25 00:40:59 +03:00

update .npmignore and .release-it.json

This commit is contained in:
leibale
2021-11-15 17:56:27 -05:00
parent d79a815b29
commit 9540032283
8 changed files with 19 additions and 4 deletions

View File

@@ -4,6 +4,9 @@ docs/
examples/
packages/
.deepsource.toml
.release-it.json
CONTRIBUTING.md
SECURITY.md
index.ts
tsconfig.base.json
tsconfig.json

View File

@@ -1,5 +1,7 @@
{
"git": {
"tagName": "redis@${version}"
"tagName": "redis@${version}",
"commitMessage": "Release ${tagName}",
"tagAnnotation": "Release ${tagName}"
}
}

View File

@@ -2,7 +2,9 @@
coverage/
documentation/
lib/
.eslintrc.json
.nycrc.json
.release-it.json
dump.rdb
index.ts
tsconfig.json

View File

@@ -1,5 +1,7 @@
{
"git": {
"tagName": "client@${version}"
"tagName": "client@${version}",
"commitMessage": "Release ${tagName}",
"tagAnnotation": "Release ${tagName}"
}
}

View File

@@ -2,4 +2,5 @@
coverage/
lib/
.nycrc.json
.release-it
tsconfig.json

View File

@@ -1,5 +1,7 @@
{
"git": {
"tagName": "json@${version}"
"tagName": "json@${version}",
"commitMessage": "Release ${tagName}",
"tagAnnotation": "Release ${tagName}"
}
}

View File

@@ -2,4 +2,5 @@
coverage/
lib/
.nycrc.json
.release-it
tsconfig.json

View File

@@ -1,5 +1,7 @@
{
"git": {
"tagName": "search@${version}"
"tagName": "search@${version}",
"commitMessage": "Release ${tagName}",
"tagAnnotation": "Release ${tagName}"
}
}