1.6.0 • Published 6 years ago

oddish v1.6.0

Weekly downloads
252
License
MIT
Repository
github
Last release
6 years ago

Oddish Build Status

usage

  • npm i --save-dev oddish@latest
  • add a script to your package.json that run oddish
    scripts: {
      // ...scripts,
      "release": "oddish"
    }
  • ????
  • PROFIT!

.travis.yml

For a better integration we recommend to add it to your travis build as follows:

language: node_js
node_js:
- 8

before_install:
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> .npmrc

script:
- npm run build
- npm run test

after_success:
- npm run release

Local usage

  • npm i -g oddish@latest
  • oddish from project root

How it works

oddish will take your branch name and depending on it will create a tag, develop and master are being mapped to next and latest respectively. The version will be incremented by prerelease from latest version associated with that tag and publish this to NPM. If there is no version associated with the tag, the version of your package.json will be taken as base.

1.6.0

6 years ago

1.5.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.1.0-6cccecd

6 years ago

1.0.2-6501439

6 years ago

1.0.2-4

6 years ago

1.0.2-3

6 years ago

1.0.2-2

6 years ago

1.0.2-1

7 years ago

1.0.2-0

7 years ago

1.0.1

7 years ago

1.0.0-latest.5

7 years ago

1.0.0-latest.4

7 years ago

1.0.0-latest.3

7 years ago

1.0.0-latest.2

7 years ago

1.0.0-latest.1

7 years ago

1.0.0-latest.0

7 years ago

1.0.0

7 years ago