summary refs log tree commit diff
path: root/changelog.d/10198.doc
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-06-18 19:26:25 +0100
committerGitHub <noreply@github.com>2021-06-18 19:26:25 +0100
commit7c536d0fefe778499a5a7a24d88578c4c62815f8 (patch)
tree8f32d5d9261f0c8603260fa44f3559cc8ace4176 /changelog.d/10198.doc
parentFix a missing await when in the spaces summary. (#10208) (diff)
downloadsynapse-7c536d0fefe778499a5a7a24d88578c4c62815f8.tar.xz
Deploy a documentation version for each new Synapse release (#10198)
This PR will run a new "Deploy release-specific documentation" job whenever a push to a branch name matching `release-v*` occurs. Doing so will create/add to a folder named `vX.Y` on the `gh-pages` branch. Doing so will allow us to build up `major.minor` releases of the docs as we release Synapse.

This is especially useful for having a mechanism for keeping around documentation of old/removed features (for those running older versions of Synapse), without needing to clutter the latest copy of the docs.

After a [discussion](https://matrix.to/#/!XaqDhxuTIlvldquJaV:matrix.org/$rKmkBmQle8OwTlGcoyu0BkcWXdnHW3_oap8BMgclwIY?via=matrix.org&via=vector.modular.im&via=envs.net) in #synapse-dev, we wanted to use tags to trigger the documentation deployments, which I agreed with. However, I soon realised that the bash-foo required to turn a tag of `v1.2.3rc1` into `1.2` was a lot more complex than the branch's `release-v1.2`. So, I've gone with the latter for simplicity.

In the future we'll have some UI on the website to switch between versions, but for now you can simply just change 'develop' to 'v1.2' in the URL.
Diffstat (limited to 'changelog.d/10198.doc')
-rw-r--r--changelog.d/10198.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10198.doc b/changelog.d/10198.doc
new file mode 100644
index 0000000000..8d1aeab1a7
--- /dev/null
+++ b/changelog.d/10198.doc
@@ -0,0 +1 @@
+Deploy a snapshot of the documentation website upon each new Synapse release.