Skip to content

Commit 7f04c9a

Browse files
authored
docs(readme): add real example
1 parent d0c2800 commit 7f04c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In `release-it` configuration file (`.release-it.json`) add the `release-it-beau
4545

4646
After install plugin and add name of the plugin in `release-it` plugin section, you can use `pnpm release-it` and follow release steps to make your release. the generated changelog will be added to our `CHANGELOG.md` and GitHub's Release-Note (if you release it to github).
4747

48-
For example, the release `v.0.1.1` of this repo was made with this command:
48+
For example, the release `v1.0.6` of [`my-typescript-library-starter`](https://github.com/mohammadGh/my-typescript-library-starter) was made with this command:
4949

5050
```bash
5151
pnpm release // or: pnpm run release-it

0 commit comments

Comments
 (0)