We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d65d62 commit c1e4f02Copy full SHA for c1e4f02
docs/development/building.md
@@ -197,17 +197,17 @@ poetry self add poetry-dynamic-versioning
197
poetry version patch
198
```
199
200
-2. Commit your changes and push to the repository.
+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.
206
207
```bash
208
git commit -m "Release version 0.1.3"
209
210
-3. Set the tag to the new version:
-```
-git tag v0.1.3
-
211
4. Push the changes to the repository:
212
213
git push --tags
0 commit comments