Welcome to the official repository of everything common to JHipster and its projects, like the JDL (JHipster 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
- Commit any changes done, to ensure working directory is clean
- 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