We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0621ffb commit d5e05beCopy full SHA for d5e05be
.gitignore
@@ -49,11 +49,11 @@ coverage.xml
49
50
# virtual env
51
venv/
52
+venv*/
53
# python 3 virtual env
54
python3/
55
56
*.env
-.env
57
58
# resources
59
resources/output.wav
@@ -73,3 +73,8 @@ test/__init__.py
73
.openapi-generator-ignore
74
/.pydevproject
75
/.settings/
76
+
77
+# files produced by "npm install" commands during build
78
+package.json
79
+package-lock.json
80
+node_modules/
.npmrc
@@ -0,0 +1 @@
1
+package-lock=false
.releaserc
@@ -13,6 +13,7 @@
13
[
14
"@semantic-release/git",
15
{
16
+ "assets" : [ "CHANGELOG.md" ],
17
"message": "chore(release): ${nextRelease.version} release notes\n\n${nextRelease.notes}"
18
}
19
],
0 commit comments