Skip to content

Commit a6157eb

Browse files
committed
updated README
1 parent 9fc5d9d commit a6157eb

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ See config reference in [docs/developer/REFERENCE.md](docs/developer/REFERENCE.m
104104

105105
## Build and release
106106

107+
Quick patch release one-liner:
108+
109+
```bash
110+
# first make sure repo clean, changes pushed, then run:
111+
make bump-patch && make release-tag
112+
```
113+
107114
Keep `make` as the primary workflow:
108115

109116
```bash

0 commit comments

Comments
 (0)