GithubHelp home page GithubHelp logo

Switch to SemVer? about feline.nvim HOT 3 CLOSED

famiu avatar famiu commented on September 28, 2024
Switch to SemVer?

from feline.nvim.

Comments (3)

famiu avatar famiu commented on September 28, 2024

If we do decide to go with Semantic Versioning, the way I'm thinking of doing it is by following the Git Flow workflow. For those who don't know what that is, that's how it works:

We add a develop branch and use it for rapid development while master remains only for stable, tested releases. People could use the develop branch if they wanted to but no stability would be guaranteed for those using it, whereas stability would be guaranteed for the master branch. Once we have enough features in the develop branch for a new version and have tested them enough, we fork a feature branch off of develop and eventually merge it on masters. Hotfixes may still be merged directly to master. I believe this'd allow us to:

  1. Develop without worrying too much about messing up, since develop doesn't guarantee stability, we could change commits or rewrite history at anytime or improve features further before merging them.

  2. Have meaningful version names and allow users to not accidentally install breaking changes.

  3. Deprecate or remove features in the "API" without worrying too much about breaking existing userspace.

But I'm still wondering if it's worth it since at the end it's still just a Neovim plugin and Semantic Versioning is not the standard for Neovim plugins (yet).

from feline.nvim.

famiu avatar famiu commented on September 28, 2024

I've decided that it's worth making the switch to semver and will be doing so very soon. The issue will be closed once that's done

from feline.nvim.

famiu avatar famiu commented on September 28, 2024

Feline has now officially switched to SemVer, and so I'm closing this issue

from feline.nvim.

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.