Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
git checkout branch-X.Y

Update Ambari REST API docs

Code Block
# Generate swagger.json and index.html at ambari-server/docs/api/generated/
cd ambari-server/
mvn clean test -Drat.skip -Dcheckstyle.skip -DskipTests -Dgenerate.swagger.resources
 
# Review and Commit the changes to branch-X.Y 
git commit

Update release version

Make sure once the branch is created the version is set as appropriate. Make sure that all versions are updated. Commit the changes to the release branch.

...