Skip to content

Commit 20b03db

Browse files
FIX: Missing code block language markdown/fenced-code-language
1 parent d18d7bb commit 20b03db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ module.exports = {
123123

124124
## Upgrades and versioning
125125

126-
```
126+
```bash
127127
pnpm version patch # or minor or major
128128
git push --follow-tags
129129
```
130130

131131
## Manual publishing
132132

133-
```
133+
```bash
134134
pnpm publish --access public
135135
```
136136

0 commit comments

Comments
 (0)