Base solution for your next web application
Open Closed

Best approach to keep up with code changes #3099


User avatar
0
leonardocooper created

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)
  • User Avatar
    0
    hikalkan created
    Support Team

    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