summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
Diffstat (limited to 'development.md')
-rw-r--r--development.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/development.md b/development.md
new file mode 100644
index 0000000..7c643a2
--- /dev/null
+++ b/development.md
@@ -0,0 +1,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`.