GithubHelp home page GithubHelp logo

grunt-release-component's Introduction

grunt-release-component

Grunt plugin to release the compiled / generated files from a project to a separate repository. For instance the source code for Thorax lives here:

https://github.com/walmartlabs/thorax

But the bower component lives here:

https://github.com/components/thorax

This grunt task would in this example:

  • bump the versions in package.json and bower.json in walmartlabs/thorax
  • push a new tag to walmartlabs/thorax
  • bump the versions in bower.json and component.json in components/thorax
  • push a new tag to components/thorax

Config

The copy command will copy any generated files into the component repo.

grunt.initConfig({
  'release-component': {
    options: {
      componentRepo: '[email protected]:components/thorax.git',
      copy: {
        'build/release/thorax.js': 'thorax.js',
        'build/release/thorax-mobile.js': 'thorax-mobile.js'
      }
    }
  }
});

Usage

The command may be run with any of the predefined version incriments:

  • patch (0.0.x)
  • minor (0.x.0)
  • major (x.0.0)

Which would look like:

grunt release-component:patch
grunt release-component:minor
grunt release-component:major

Or with an arbitrary version argument to force a particular version:

grunt release-component:2.0.0-rc11

The argument should always be a number.

grunt-release-component's People

Contributors

eastridge avatar hjdivad avatar

Watchers

 avatar  avatar

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.