Skip to content

Release and Rollback Procedures

David D. Riddle edited this page May 16, 2022 · 1 revision

Release

  • Developers will work with SecEng to determine time to push a tag
  • Developers tag release

    $ git tag 3.0.0

  • Developers push tag to release code to SOAR

    $ git push --tags

Rollback

  • Go to the SOAR soar_null_router application here
  • Select desired version in pulldown to the right of the application name: image
  • Confirm selection by clicking CHANGE VERSION: image
Clone this wiki locally