summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-30 22:54:31 -0500
committerpommicket <pommicket@gmail.com>2022-12-30 22:54:31 -0500
commit74ca500fcad9f6f1ee2d43498b92beee92112fb0 (patch)
tree364404844a07d9ffc67469754156f6405c71d335 /development.md
parent37275ad25635624161c3b51bc81cbd431a200e0c (diff)
better readme, etc
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`.