You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
259 B

  1. {
  2. "plugins": [
  3. "@semantic-release/commit-analyzer",
  4. "@semantic-release/release-notes-generator",
  5. "@conveyal/maven-semantic-release",
  6. ["@semantic-release/github", {
  7. "assets": [
  8. {"path": "ear/target/*.ear"}
  9. ]
  10. }]
  11. ]
  12. }