summaryrefslogtreecommitdiff
path: root/development.md
blob: 7c643a289cf41ef8cf6448e618475c4e16830805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(work in progress)

## Releasing

When releasing a new version of `ted`:

- Update `TED_VERSION` in `ted.h`.
- Update `Version` in `control` for the `.deb` file.
- Run `make ted.deb` on Debian/Ubuntu.
- Run `make.bat release` on Windows.
- Open installer project, and increment version number.
- Build `ted.msi`.
- Create a new release on GitHub with `ted.deb` and `ted.msi`.