Skip to content

Commit

Permalink
feat: add ide.intellij.enabled and command.version.releaseUrl to …
Browse files Browse the repository at this point in the history
…`melos.yaml` schema (#39)
  • Loading branch information
Almighty-Alpaca authored Oct 26, 2022
1 parent 9db7a42 commit 69c29db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions melos.yaml.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
"type": "object",
"additionalProperties": false,
"properties": {
"enabled": {
"type": "boolean",
"description": "Whether IntelliJ support is enabled."
},
"moduleNamePrefix": {
"type": "string",
"description": "Used when generating IntelliJ project modules files, this value specifies a string to prepend to a package's IntelliJ module name.\n\nThe default is 'melos_'."
Expand Down Expand Up @@ -98,6 +102,10 @@
"updateGitTagRefs": {
"type": "boolean",
"description": "Whether to also update pubspec with git referenced packages."
},
"releaseUrl": {
"type": "boolean",
"description": "Whether to generate and print a link to the prefilled release creation page for each package after versioning.\n\nDisabled by default."
}
}
}
Expand Down

0 comments on commit 69c29db

Please sign in to comment.