zwerm / bot-configs-schema
Zwerm schema for bot configurations
Installs: 182
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 1
Language:JavaScript
- v3.3.0
- v3.2.1
- v3.2.0.x-dev
- v3.2.0
- v3.1.0
- v3.0.0
- v2.3.0
- dev-master / 2.2.x-dev
- v2.2.0
- v2.1.0
- v2.0.1
- v2.0.0
- 1.0.0
- 0.1.0
- dev-update-types
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/minimist-1.2.6
- dev-dependabot/npm_and_yarn/thenify-3.3.1
This package is not auto-updated.
Last update: 2024-12-11 22:28:22 UTC
README
JSON schema of verbose configuration settings for bot instances.
bot.schema.json
defines the schema for the configuration details for a single
bot instance.
bots.schema.json
defines the schema for a map of bot ids to their respective
configuration details for multiple bot instances.
Installing
Install all dependencies:
npm install
Release
To manually publish a version, run
npm publish --access public
Versioning
We follow SemVer for versioning.
When making a Pull Request, add your changes to the Unreleased section of CHANGELOG.
To release a new version, run the npm version
command on master
, it will
take care of everything for you.
npm version [major | minor | patch]
Development
Branching model
We use a modified
GitFlow branching
model. The main difference being is we use master
as a combined development
branch and branch of short living production branches as needed.