What is the best approach to keep in sync with aspnetzero releases?
We were replicating commit by commit of the DEV branch, but when you did a rebase we got lost of the track, so… should we wait for the changes to be applied in the MASTER branch?
Also, are you going to merge or rebase the MASTER? If possible please do not rebase the master branch.
Thanks
1 Answer(s)
-
0
We are merging from dev to master before the release. Following all commits of dev may be hard since we may remove some code or change design in the development progress. If would be fine to follow dev to master merge. Another alternative can be that: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/96#issuecomment-185281191">https://github.com/aspnetzero/aspnet-ze ... -185281191</a> BTW, you don't have to upgrade for each release. See my answer about upgradeability of AspNet Zero: #1073