From c74dfeb484028c88c14a66142205ea4d6961dd8f Mon Sep 17 00:00:00 2001 From: it33 Date: Sat, 5 Sep 2015 21:41:50 -0700 Subject: Documenting release numbering scheme --- doc/install/release-numbering.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/install/release-numbering.md (limited to 'doc') diff --git a/doc/install/release-numbering.md b/doc/install/release-numbering.md new file mode 100644 index 000000000..71374f7ef --- /dev/null +++ b/doc/install/release-numbering.md @@ -0,0 +1,17 @@ +### Mattermost Release Numbering + +Mattermost numbers its stable releases based on the following format: + + `[Version Number].[Major Build Number].[Minor Build Number]` + +Version Number: + +- Indicates a major system release (e.g. 1.x.x, 2.x.x) + +Major Build Number: + +- Indicates significant new functionality, (e.g. 0.5.x, 0.6.x, 0.7.x) + +Minor Build Number: + +- Indicates bugfix/security releases (e.g. 1.2.5, 1.2.6) -- cgit v1.2.3-1-g7c22 From bb9d44829e64b0382657cc45519201cf7acd97a3 Mon Sep 17 00:00:00 2001 From: it33 Date: Sat, 5 Sep 2015 21:44:37 -0700 Subject: Adding link to release numbering scheme --- doc/README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/README.md b/doc/README.md index ac00dc976..36d16b744 100644 --- a/doc/README.md +++ b/doc/README.md @@ -1,5 +1,9 @@ # Mattermost Documentation +## General Information + +- [Mattermost Release Numbering Scheme](install/release-numbering.md) + ## Administrator Documentation ### Installation -- cgit v1.2.3-1-g7c22 From 77d73baf132eeb04467eb0355ed1b2aee13df284 Mon Sep 17 00:00:00 2001 From: it33 Date: Sat, 5 Sep 2015 23:04:02 -0700 Subject: Renaming to Local Machine Setup Also fixing broken link --- doc/install/single-container-install.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/install/single-container-install.md b/doc/install/single-container-install.md index 3e307ca74..772f3becf 100644 --- a/doc/install/single-container-install.md +++ b/doc/install/single-container-install.md @@ -1,10 +1,7 @@ -# Single Container Installation and Upgrade +# Local Machine Setup and Upgrade The following install instructions are for single-container installs of Mattermost using Docker for exploring product functionality and upgrading to newer versions. -Local Machine Setup (Docker) ------------------------------ - ### Mac OSX ### 1. Install Boot2Docker using instructions at: http://docs.docker.com/installation/mac/ @@ -89,7 +86,7 @@ There are a few configuration settings you might want to adjust when setting up The default single-container Docker instance for Mattermost is designed for product evaluation, and sets `ByPassEmail=true` so the product can run without enabling email, when doing so maybe difficult. -To see the product's full functionality, [enabling SMTP email is recommended](doc/config/smtp-email-setup.md). +To see the product's full functionality, [enabling SMTP email is recommended](/doc/config/smtp-email-setup.md). ## Upgrading Mattermost -- cgit v1.2.3-1-g7c22