Skip to content

Commit c1e4f02

Browse files
author
root
committed
change the building.md in docs
1 parent 5d65d62 commit c1e4f02

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/development/building.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,17 +197,17 @@ poetry self add poetry-dynamic-versioning
197197
poetry version patch
198198
```
199199

200-
2. Commit your changes and push to the repository.
200+
2. Set the tag to the new version:
201+
```
202+
git tag v0.1.3
203+
```
204+
205+
3. Commit your changes and push to the repository.
201206

202207
```bash
203208
git commit -m "Release version 0.1.3"
204209
```
205210

206-
3. Set the tag to the new version:
207-
```
208-
git tag v0.1.3
209-
```
210-
211211
4. Push the changes to the repository:
212212
```
213213
git push --tags

0 commit comments

Comments
 (0)