Skip to content

Commit f906e23

Browse files
committed
chore(ci): auto update version in README.md
1 parent bf41251 commit f906e23

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ Nodash is a utility library for [Noir](https://github.com/noir-lang/noir) langua
66

77
Put this into your Nargo.toml.
88

9+
<!-- x-release-please-start-version -->
10+
911
```toml
1012
nodash = { git = "https://github.com/olehmisar/nodash/", tag = "v0.43.0" }
1113
```
1214

15+
<!-- x-release-please-end -->
16+
1317
## Docs
1418

1519
### `sqrt`

release-please-config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
"packages": {
88
".": {
99
"release-type": "simple",
10-
"include-component-in-tag": false
10+
"include-component-in-tag": false,
11+
"extra-files": [
12+
{
13+
"type": "generic",
14+
"path": "README.md"
15+
}
16+
]
1117
}
1218
},
1319
"plugins": ["sentence-case"]

0 commit comments

Comments
 (0)