Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

jhipster/jhipster-core

Warning

This repository is being discontinued. Its source code is being merged in the generator's repo (jhipster/generator-jhipster#11694). New PRs in this repo won't be merged.


NPM version Dependency Status

GitHub Actions Build Status Azure DevOps Build Status

sonar-quality-gate sonar-coverage sonar-bugs sonar-vulnerabilities


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.

Contributing to JHipster-Core

For more details about the project structure and detailed examples on how to update JDL please refer our documentation pages.

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