From 0386ab342e2a6f3efdbc79ebfaca6b90c8084122 Mon Sep 17 00:00:00 2001 From: ComFreek <comfreek@outlook.com> Date: Fri, 15 Jan 2021 17:31:25 +0100 Subject: [PATCH] Create DEPLOY.md --- DEPLOY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 DEPLOY.md diff --git a/DEPLOY.md b/DEPLOY.md new file mode 100644 index 00000000..ddd2fd73 --- /dev/null +++ b/DEPLOY.md @@ -0,0 +1,14 @@ +# Deployment of new UFrameIT Releases + +TODO: describe how to deploy here + +## Versioning + +Always release [UFrameIT/UFrameIT](https://github.com/UFrameIT/UFrameIT) (this repo) and [FrameIT/frameworld](https://gl.mathhub.info/FrameIT/frameworld) (the MMT archive) +at the same time with the *same* version number. + +Concretely: + +1. Create a new GitHub release here: <https://github.com/UFrameIT/UFrameIT/releases> +2. Merge [FrameIT/frameworld](https://gl.mathhub.info/FrameIT/frameworld)'s devel branch into master and git-tag it appropriately. +3. Write a news post on our website: <https://github.com/UFrameIT/UFrameIT.github.io> -- GitLab