Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Thanks for responding @Ewan, appreciated. Ok, I think I understand... so version held in version.py file would be patch bumped on each release branch and not merged back to trunk. On the trunk, version.py would be bumped for major/minor changes. Trying to understand the cherry-picking issue though....what happens if fix needs to be available on trunk and future releases also? Commented Apr 12, 2019 at 10:22
  • you have to do it twice Commented Apr 12, 2019 at 10:36
  • Thanks @Ewan, will try out versioning approach and accept answer..... Commented Apr 12, 2019 at 11:14