summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/2geom/RELEASING.md
blob: 33a9b24bc4ccde53a48d85fd9ca4d3539af7b63b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# REALISING
Add a release note to `NEWS.md`.

Set `2GEOM_MAJOR_VERSION`, `2GEOM_MINOR_VERSION`, and `2GEOM_PATCH_VERSION` in
*CMakeLists.txt*.

```bash
cmake .
make
make test
make dist
```

Next, copy `lib2geom-${VERSION}.tar.bz2` to `/tmp/``, extract it, and verify
it builds.

```bash
gpg --armor --detach-sign --output lib2geom-${VERSION}.tar.bz2.sig lib2geom-${VERSION}.tar.bz2
git tag -s ${MAJOR}.${MINOR}
git push --tags
```