vrl 0.32.0

Vector Remap Language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# VRL release steps

1. Create a release PR

```shell
python3 create_release_pull_request.py <version>
```

2. Wait for the PR to be merged

3. Run the publish script

```shell
python3 publish.py
```