Giter VIP home page Giter VIP logo

Comments (2)

VPenkov avatar VPenkov commented on May 24, 2024

I guess it's worth considering this.

Currently I'm trying to be conservative about pushing code and tend to do this when I'm done with something and it's tested. Also, the plugin is currently in its early versions and it's likely that issues will pop out so I wouldn't want to let people download older versions because the latest version is supposed to be the best one.

Additionally, I tend to add options to disable any new features (i.e. the swipe implementation) because I'm aware that some people may find them inapplicable or even problematic.

And this is especially true about the current version - I absolutely do not want people to use the older versions, I should have called them beta.

from okaynav.

Pascalmh avatar Pascalmh commented on May 24, 2024

Sure everyone should use the newest version of a software as they are supposed to be improve.

I am using this with Continuous Deployment. So on every merge into master the Server does a bower install - as you do not push git tags currently I can not tell the Continuous Deployment Server which version to use and it just gets the latest Version.

What happened now is:

  • I install okaynav via bower locally (okaynav 1.x.x)
  • I push changes to our Staging Server
    • Server does bower install - everything is fine (okaynav 1.x.x is used)
  • Everyone likes the changes, tests complete successful
  • Meanwhile you release a new Version (okaynav 2.x.x)
  • We merge my changes into master
    • server does bower install - installs okaynav 2.x.x - this has breaking changes, production environment is broken

from okaynav.

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.