Skip to content

Commit

Permalink
Update RELEASE-INSTRUCTIONS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
notmessenger committed Jan 8, 2016
1 parent b0e1096 commit f808393
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions RELEASE-INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,22 @@ This document captures the steps a project maintainer should follow when releasi
* If change is due to upgrading Ember CLI version
* Update Ember CLI version text in *README.md* file
* Update *CHANGELOG.md*
* Prefix the entries with one of the following tags inside brackets:
* BUGFIX
* A link to a bug and a link to a patch.
* FEATURE or ENHANCEMENT
* Are for things that users are interested in. Avoid super technical talk. Craft a concise description of the change.
* INTERNAL
* An internal log of changes.
* If a change requires a user to change their configuration, *bower.json*, *package.json*, or *Brocfile.js* also add a BREAKING tag within the brackets before any other tags (example *[BREAKING BUGFIX]*)
* Organize each entry into one of the following categories, to be displayed in this order:
* Breaking Enhancement
* An enhancement that breaks the existing usage or features
* Any change that requires a user to change their configuration, *bower.json*, *package.json*, or *ember-cli-build.js* files
* Breaking Bug Fix
* A bug fix that breaks the existing usage or features
* Enhancement
* An improvement to the usage or feature set that users are interested in.
* Deprecation
* A removed feature or method of usage
* Bug Fix
* Bug fixes
* Documentation
* Documentation changes
* Internal
* Changes that do not affect the usage or feature set
* Following the pattern of the existing entries for guidance
* Add appropriately linked "View complete changeset" link at bottom of entries
* After changes have been committed:
Expand Down

0 comments on commit f808393

Please sign in to comment.