This commit is contained in:
2024-09-24 16:09:10 +02:00
parent d856635747
commit 7b84ca86f4

View File

@@ -12,6 +12,21 @@ Run this:
debuild -i -us -uc
```
## New release
Add comments:
```sh
dch -v 0.2 "comment 1"
dch -v 0.2 "comment 2"
```
Release:
```sh
dch --release --distribution stable
```
## Installation
Just install the package as usual.