We now support two different products with two different open source versions: TPA: V4 Native: V5
In order to release a hot fix to TPA:
git checkout V4_Final
git checkout -b V4_FINAL_MY_COOL_HOTFIX
- write your code
git push origin -u V4_FINAL_MY_COOL_HOTFIX
- Create a pull request using GitHub, and SET THE BRANCH THE BASE BRANCH TO V4_FINAL
- Wait for tests to pass
- Merge to V4_FINAL
After merge to V4_FINAL
- V4 branch will deploy a new patch upon successfull build
- Once V4_FINAL has a successfull build, you will see the new version as a seperate commit
- Use loki/other tools to update the TPA with the new version