GithubHelp home page GithubHelp logo

version: should be 2.37? about pivlab HOT 4 CLOSED

shrediquette avatar shrediquette commented on May 30, 2024
version: should be 2.37?

from pivlab.

Comments (4)

Shrediquette avatar Shrediquette commented on May 30, 2024 1

Thanks for your input! As it seems that you have some experience with all this, can I sometimes ask you git related questions? Could you send me an email, so I have your contact?
I currently am a bit busy with other stuff, so I can't react very quickly to your input, but I will work on it asap.

from pivlab.

Shrediquette avatar Shrediquette commented on May 30, 2024

Hi, I am new to GitHub and Version control in general. That number that I put into the text file on my Webserver should be the number of the latest "release". I consider the changes I am doing on GitHub as beta tests, once I decide that everything is working and good, I will create another release. This release will then automatically be published on the MATLAB file exchange website (which is most likely the main source for people to download pivlab). Does that make sense? How can these thoughts be included in the code?
Maybe I should convert the string in the remote text file into a number and compare it to the local version. If the local number is higher, then a label "beta" should pop up?

from pivlab.

quynhneo avatar quynhneo commented on May 30, 2024

you should keep a main branch always the latest official release, and a development branch (or more than one) where you do the development, testing, fixing certain features. Once you are happy with changes in a development branch, you create a pull request and approve your own pull request to merge into the main branch. Inside matlab, there is away to fetch the release without manually create a text file somewhere.
for example in mac os and linux [status,cmdout] = system('curl -fsSLI -o /dev/null -w %{url_effective} https://github.com/Shrediquette/PIVlab/releases/latest && echo')
will give cmdout ='https://github.com/Shrediquette/PIVlab/releases/tag/v2.36.5' and
subsref(split(strip(cmdout),'releases/tag/v'), substruct('{}',{2}) ) gives 2.36.5

from pivlab.

quynhneo avatar quynhneo commented on May 30, 2024

Ask away, I will try to answer! I will send you an e-mail.

from pivlab.

Related Issues (20)

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.