From 5f000b08bfc26fe4da9395f5aa7cd6e7f3ff21c8 Mon Sep 17 00:00:00 2001 From: Johannes Becker Date: Wed, 23 Nov 2022 14:13:30 +0100 Subject: [PATCH 1/5] Add link to the unstable spec to the README Signed-off-by: Johannes Becker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62c2477ca..44cff871f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Matrix Specification -This repository contains the Matrix Specification, rendered at [spec.matrix.org](http://spec.matrix.org/). +This repository contains the Matrix Specification. The current release version is rendered at https://spec.matrix.org, while the latest available build of the main branch is at https://spec.matrix.org/unstable. Developers looking to use Matrix should join [#matrix-dev:matrix.org](https://matrix.to/#/#matrix-dev:matrix.org) on Matrix for help. From afa5d682a94c11cd049b9717f48802f68f5637d4 Mon Sep 17 00:00:00 2001 From: Johannes Becker Date: Wed, 23 Nov 2022 14:16:09 +0100 Subject: [PATCH 2/5] Add newsfragment for #1357 --- changelogs/client_server/newsfragments/1357.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/1357.clarification diff --git a/changelogs/client_server/newsfragments/1357.clarification b/changelogs/client_server/newsfragments/1357.clarification new file mode 100644 index 000000000..282ef8caa --- /dev/null +++ b/changelogs/client_server/newsfragments/1357.clarification @@ -0,0 +1 @@ +Add link to the unstable spec to the README. \ No newline at end of file From 02a55e4c359a2a69e911f024c46eab71c86a6352 Mon Sep 17 00:00:00 2001 From: Johannes Becker Date: Thu, 24 Nov 2022 11:36:28 +0100 Subject: [PATCH 3/5] Move newsfragment to internal --- .../{client_server/newsfragments => internal}/1357.clarification | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename changelogs/{client_server/newsfragments => internal}/1357.clarification (100%) diff --git a/changelogs/client_server/newsfragments/1357.clarification b/changelogs/internal/1357.clarification similarity index 100% rename from changelogs/client_server/newsfragments/1357.clarification rename to changelogs/internal/1357.clarification From d14ada51777581d264ade266ff609db58f61f024 Mon Sep 17 00:00:00 2001 From: Johannes Becker Date: Thu, 24 Nov 2022 11:36:58 +0100 Subject: [PATCH 4/5] Adopt review suggestion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44cff871f..1482fcdd3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Matrix Specification -This repository contains the Matrix Specification. The current release version is rendered at https://spec.matrix.org, while the latest available build of the main branch is at https://spec.matrix.org/unstable. +This repository contains the Matrix Specification. The current release version is rendered at https://spec.matrix.org, while the latest available build of the `main` branch is at https://spec.matrix.org/unstable. Developers looking to use Matrix should join [#matrix-dev:matrix.org](https://matrix.to/#/#matrix-dev:matrix.org) on Matrix for help. From 51abd719f4e47ab966406b7540f4eab4f8eb5b30 Mon Sep 17 00:00:00 2001 From: Johannes Becker Date: Thu, 24 Nov 2022 11:39:18 +0100 Subject: [PATCH 5/5] Move changelog to the newsfragment directory --- changelogs/internal/{ => newsfragments}/1357.clarification | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename changelogs/internal/{ => newsfragments}/1357.clarification (100%) diff --git a/changelogs/internal/1357.clarification b/changelogs/internal/newsfragments/1357.clarification similarity index 100% rename from changelogs/internal/1357.clarification rename to changelogs/internal/newsfragments/1357.clarification