Skip to content

Commit d4a1626

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

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"packages": {
88
".": {
99
"release-type": "simple",
10-
"include-component-in-tag": false
10+
"include-component-in-tag": false,
11+
"extra-files": ["README.md"]
1112
}
1213
},
1314
"plugins": ["sentence-case"]

0 commit comments

Comments
 (0)