Coder Social home page Coder Social logo

Comments (6)

MattSurabian avatar MattSurabian commented on May 30, 2024

Maybe the build task takes some flags that will bump the version and cut a tag?

from boxart-boiler.

tkellen avatar tkellen commented on May 30, 2024

npm version [patch,minor,major]?
On Apr 11, 2016 8:11 PM, "Matthew Surabian" [email protected]
wrote:

Maybe the build task takes some flags that will bump the version and cut a
tag?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#3 (comment)

from boxart-boiler.

MattSurabian avatar MattSurabian commented on May 30, 2024

Yep that's what I'd suggest we use but automating that as part of a production build would make it really easy for folks not used to doing strict versioning

from boxart-boiler.

mzgoddard avatar mzgoddard commented on May 30, 2024

Automation would be a good step but it can't get rid of teaching people strict versioning. The automation needs some meta data to know how to version a change and developers need to author that meta data.

from boxart-boiler.

labond avatar labond commented on May 30, 2024

Look at this again after writing git post

from boxart-boiler.

kadamwhite avatar kadamwhite commented on May 30, 2024

This is specifically about cutting releases (preparing code for release), not deploying releases (publishing code). grunt version might look through all your commits in your code up until the last version tag, and flag based on "minor" or "major" (or some other standard) to determine how to increment version numbers. May build upon work @mzgoddard has done in boxart/boxart#6

from boxart-boiler.

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.