From 37e4473386e99ceba483ba9e58a26e21f7f6e416 Mon Sep 17 00:00:00 2001 From: Dionysis Grigoropoulos Date: Wed, 20 May 2020 14:30:54 +0000 Subject: [PATCH 1/2] docs: Add note about automated docker image builds --- RELEASING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 4dca3a70..66a5db6d 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -22,6 +22,8 @@ ```sh git push origin tag v$ver ``` + Pushing a tag on GitHub will automatically trigger a build in Docker Hub and + the resulting image will be published using the same tag as git. 1. Create release on GH project page: ```sh xdg-open https://github.com/matrix-org/sygnal/releases/edit/v$ver From 9aac9311ec62cae45ca3b15439c3404ea7ac5824 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 20 May 2020 17:37:02 +0100 Subject: [PATCH 2/2] Add changelog --- changelog.d/126.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/126.doc diff --git a/changelog.d/126.doc b/changelog.d/126.doc new file mode 100644 index 00000000..256c142c --- /dev/null +++ b/changelog.d/126.doc @@ -0,0 +1 @@ +Note information about docker files in release instructions. \ No newline at end of file