Skip to content

Commit 70834b6

Browse files
committed
chore: update release template structure
1 parent 31269c7 commit 70834b6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/includes/release_template.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
## Highlighted changes
1+
# Highlighted changes
22

33
- ...
44

5-
### How to update
5+
## How to update
66

77
As always, you can update your bot using one of the following commands:
88

9-
#### docker-compose
9+
### docker-compose
1010

1111
```bash
1212
docker-compose pull
1313
docker-compose up -d
1414
```
1515

16-
#### Installation via setup script
16+
### Installation via setup script
1717

18-
```
18+
``` bash
1919
# Deactivate venv and run
2020
./setup.sh --update
2121
```
2222

23-
#### Plain native installation
23+
### Plain native installation
2424

25-
```
25+
``` bash
2626
git pull
2727
pip install -U -r requirements.txt
2828
```

0 commit comments

Comments
 (0)