Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Improve fuel ux release notes #1781

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -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


Expand All @@ -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)
* [Site](https://github.exacttarget.com/uxarchitecture/fuelux-site)
1 change: 1 addition & 0 deletions grunt/config/shell.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down