From 87c29fd1e3f1f10643070e16ccf7c67c05ae0cdc Mon Sep 17 00:00:00 2001 From: Piotr Jamroz Date: Tue, 31 Oct 2017 21:39:40 +0000 Subject: [PATCH] Approve ADR and update docs --- docs/adr/003-release-process.md | 2 +- docs/process.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/adr/003-release-process.md b/docs/adr/003-release-process.md index d0aeb9f1..db60c4aa 100644 --- a/docs/adr/003-release-process.md +++ b/docs/adr/003-release-process.md @@ -2,7 +2,7 @@ ## Status -Work In Progress +Approved on 29/10/2017 ## Context diff --git a/docs/process.md b/docs/process.md index b17651f0..d42aae66 100644 --- a/docs/process.md +++ b/docs/process.md @@ -22,6 +22,9 @@ * `[gh-pages]` - to deploy to gh-pages * To release current master version add an empty commit with tags, e.g. * `git commit --allow-empty -m "Release [patch] [gh-pages]"` +* Add release notes to https://github.com/ifrost/afterwriting-labs/tags: + * Title: vX.X.X (DD/MM/YYYY) + * Add short description and list of changes from Travis logs ## Hotfixes