From 0dce3462fb8ef035c86c754f3feb29d4fc05f890 Mon Sep 17 00:00:00 2001 From: Chris Corwin Date: Tue, 29 Mar 2016 10:58:46 -0400 Subject: [PATCH 1/2] Adds a link to the wiki release page to RELEASE.md --- RELEASE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 58df6e5b6..33f887c8b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,8 @@ # Releasing Fuel UX +It is highly recommended that you have a look at the Wiki page on [How to release a new version](https://github.com/ExactTarget/fuelux/wiki/How-to-release-a-new-version). + + ## Build @@ -24,4 +27,4 @@ Each time a release is done, it must be integrated into the following properties * [Rucksack](https://github.com/ExactTarget/rucksack) * [Fuel UX Fusion](https://github.exacttarget.com/uxarchitecture/fusion-fuel) * [Components](https://github.exacttarget.com/uxarchitecture/fuelux-components) -* [Site](https://github.exacttarget.com/uxarchitecture/fuelux-site) \ No newline at end of file +* [Site](https://github.exacttarget.com/uxarchitecture/fuelux-site) From bbb0b7db0a5bde5189a643b1c09ea6030a48cc1f Mon Sep 17 00:00:00 2001 From: Chris Corwin Date: Tue, 29 Mar 2016 12:11:28 -0400 Subject: [PATCH 2/2] Adds link to wiki about release notes step and the required Ruby Gem installaiton. --- grunt/config/shell.js | 1 + 1 file changed, 1 insertion(+) diff --git a/grunt/config/shell.js b/grunt/config/shell.js index 1c6f626fc..668dbf234 100644 --- a/grunt/config/shell.js +++ b/grunt/config/shell.js @@ -11,6 +11,7 @@ module.exports = function (grunt) { } return { + // See [How to release a new version: Prerequisites](https://github.com/ExactTarget/fuelux/wiki/How-to-release-a-new-version#prerequisites-1) for information on generating release notes. // Install with: gem install github_changelog_generator // 'github_changelog_generator --no-author --between-tags 3.11.4,3.11.5 --compare-link -t ' notes: {