From e5dd1c856cd62f590fed47df885f54973b41cc74 Mon Sep 17 00:00:00 2001 From: orcutt989 <5608027+orcutt989@users.noreply.github.com> Date: Thu, 23 Jan 2020 15:54:15 -0500 Subject: [PATCH 1/2] add space to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9045c9..df31b79 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# twitter-statistics +# twitter-statistics An application that connects to the Tweets API and processes incoming tweets to compute various statistics. From 08a8a69ee3acc9b8d36a52990723d36f5ccd0ed6 Mon Sep 17 00:00:00 2001 From: orcutt989 <5608027+orcutt989@users.noreply.github.com> Date: Thu, 23 Jan 2020 15:55:13 -0500 Subject: [PATCH 2/2] Add information about manual releases --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index df31b79..bf8f92f 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,10 @@ All automations are handled by Github Actions. * CHANGELOG Generation * Mutation Testing +## Releases + +Draft releases are genreated when a commit to master is detected, but publishing is still manual. This prevents any unintended features from entering the latest release. + ## Branch Protection Pushing directly to mater is prohibited by anyone. A separate branch (a "development branch") needs to be created, and then a PR to merge a development branch into master will need to be reviewed.