We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf41251 commit d4a1626Copy full SHA for d4a1626
README.md
@@ -6,10 +6,14 @@ Nodash is a utility library for [Noir](https://github.com/noir-lang/noir) langua
6
7
Put this into your Nargo.toml.
8
9
+<!-- x-release-please-start-version -->
10
+
11
```toml
12
nodash = { git = "https://github.com/olehmisar/nodash/", tag = "v0.43.0" }
13
```
14
15
+<!-- x-release-please-end -->
16
17
## Docs
18
19
### `sqrt`
release-please-config.json
@@ -7,7 +7,8 @@
"packages": {
".": {
"release-type": "simple",
- "include-component-in-tag": false
+ "include-component-in-tag": false,
+ "extra-files": ["README.md"]
}
},
"plugins": ["sentence-case"]
0 commit comments