Github user sashadt commented on a diff in the pull request:

    https://github.com/apache/apex-site/pull/42#discussion_r70523899
  
    --- Diff: src/md/release.md ---
    @@ -201,6 +242,23 @@ git push apache
     ```
     Merge `@since` tag and change log changes to `master`.
     
    +### Documentation
    +
    +The documentation promotion is done in two steps. First the release 
documentation component is made the latest and then the remaining website 
documentation is deployed.
    +
    +1. In the apex-site repository run the following commands to make the 
release documentation the latest
    +
    +```
    +cd docs
    +# Set the release version to be the latest available version
    +ln -nsf ${DOC_NAME}-${rv} ${DOC_NAME}
    +git add -A
    +git commit -m "Promoting ${DOC_NAME}-${rv} documentation"
    +git push
    +```
    --- End diff --
    
    We need to remove the previous release candidate docs folders before 
officially publishing apex-MAJOR.MINOR docs.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to