Code Monkey home page Code Monkey logo

Comments (1)

ilka-schulz avatar ilka-schulz commented on June 21, 2024

I totally understand the need for that! I find that many FOSS projects could need this, tbh...

Some use Git Flow which can be used in a way where your main branch only sees releases and all other commits are not merged into main until there is a release. I personally love that in combination with Continuous Deployment where each branch (e.g. main, testing, develop) corresponds to a deployment environment.

Using a branch name rather than a tag name is probably a wiser decision (e.g. latest, major, etc.) because it can move every time a new version get released. A tag would need to be deleted and re-created.

I am not entirely sure how well this would correspond to manual work and error-proneness. I am usually using GitLab and I know for sure that you can do tests in CI which check that a new release can only be done if the mentioned branch name is on the same commit.

from rosenpass.

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.