Giter Club home page Giter Club logo

Comments (6)

amund7 avatar amund7 commented on June 28, 2024 1

I like option 2. Then we can also probably get an overview over which commits has happened since last time, and can make a changelog.

I'll try to make the build automation only build a branch we call 'release'.

from canbus-analyzer.

Bokonon79 avatar Bokonon79 commented on June 28, 2024

I think you've got the right idea that we need to have separate "dev" and "release" branches, because right now, "master" is effectively serving as both.

I don't have any experience with Azure DevOps, but I am assuming that build/deploy automation can be configured on a per-branch basis, and is currently configured for the master branch. If so, a couple of options might be:

Option 1: Make "master" the release branch. Create a new "develop" or "Latest" branch for the project, and merge all PRs and other changes into this branch. When this branch is confirmed stable and ready for release, merge to "master", triggering the build/deploy automation.

Option 2: Make a new "release" branch, enable build/deploy automation on this branch, and disable that automation on "master". Continue to use "master" as the main "development" branch, merging all PRs and changes there. When "master" is confirmed stable and ready for release, merge to "release", triggering the build/deploy automation.

from canbus-analyzer.

amund7 avatar amund7 commented on June 28, 2024

On second thought, I really like that we have super fast, always latest builds. In the event we break something, we can always delete that release manually. I think I'd like to keep it this way for a while and see how it goes.

from canbus-analyzer.

scottstout avatar scottstout commented on June 28, 2024

from canbus-analyzer.

brian-man avatar brian-man commented on June 28, 2024

Recommendation:

  1. Create a release branch
  2. Adjust configuration so that master and release branches both automatically generate and publish builds with each commit
  3. General public uses release branch builds and early adopters can use master branch builds with the expectation that stability isn't the priority for master branch builds

from canbus-analyzer.

amund7 avatar amund7 commented on June 28, 2024

Agreed, but the problem is, how to distinguish those builds here on Github? Tags maybe?

As it sits today, the microsoft server builds, creates installer, packages, zips AND uploads the files to github, all automatically.

Or, would it be better to deploy to microsoft 'blob', if that has become free now?
If this could be combined with auto updates (that requires a steady URL from which the installer can be found), that would be a big improvement, which solves #23

from canbus-analyzer.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.