3.6.13 • Published 5 years ago

coolybot-core v3.6.13

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

Build Status Dependency Status devDependency Status peerDependency Status

Welcome to the official repository of everything common to Coolybot and its projects, like the JDL (Coolybot Domain Language).

Please read our guidelines before submitting an issue. If your issue is a bug, please use the bug template pre-populated here. For feature requests and queries you can use this template.

Releasing

  1. Commit any changes done, to ensure working directory is clean
  2. Run the release script - You need to be logged into NPM
    • To release a patch version, simply run npm run release-patch
    • To release a minor version, simply run npm run release-minor
    • To release a major version, simply run npm run release-major