Skip to content

Commit 978147e

Browse files
Doc
1 parent 185d5ab commit 978147e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,20 @@ documentation: |
316316
sh taskw develop:frontend:dev
317317
```
318318

319+
## Releasing
320+
321+
1. To check the last release version, run:
322+
323+
```shell
324+
sh taskw release
325+
```
326+
327+
2. To release a new version, run:
328+
329+
```shell
330+
sh taskw release -- <new-version>
331+
```
332+
319333
## Authors
320334

321335
- Founder, owner, and maintainer: [Krystian Panek](mailto:[email protected])

0 commit comments

Comments
 (0)