Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a step about removing DEPRECATED code
  • Loading branch information
lizmat committed Dec 18, 2014
1 parent a71ed88 commit e84b99a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/release_guide.pod
Expand Up @@ -41,6 +41,13 @@ release name, etc.

=item *

Check if any DEPRECATED code needs to be removed because the end of the
deprecation cycle is reached. One way of doing this, is to grep on the
YYYYMM of the release (e.g. 201412 for the 2014.12 release). If you find
any occurrences, remove the code and make sure the spectest is still ok.

=item *

Review the RT queue for tickets that might need resolving
prior to the release, addressing them as needed. "Tickets
that need resolving" is left your discretion. Any problem
Expand Down

0 comments on commit e84b99a

Please sign in to comment.