Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Blur Wiki" for change 
notification.

The "HowToRelease" page has been changed by AaronMcCurry:
https://wiki.apache.org/blur/HowToRelease?action=diff&rev1=12&rev2=13

  
  Select the correct version, in HTML format. 
  
- Paste the notes to the top of _src/site/xdoc/release-notes.xml_. Check this 
into trunk and the branch. 
+ Remove ''docs/release-notes.html''
+ Copy ''docs/release-notes.template.html'' to ''docs/release-notes.html''
+ Edit ''docs/release-notes.html'' replace ''PUT HTML RELEASE NOTES HERE'' with 
the contains of the html release notes.
  
- Wrap the title ("Release Notes - Blur - Version X.Y.Z") inside an <h1> 
element. 
+ {{{
+ git add docs/release-notes.html
+ git commit -m "Adding release notes for release."
+ }}}
  
  =  Build and Deploy Artifacts =
  
- Create a maven settings file _~/.m2/settings.xml_ with the following content: 
+ Create a maven settings file ''~/.m2/settings.xml'' with the following 
content: 
  
  {{{ 
  <settings> 

Reply via email to