Skip to content

Commit

Permalink
fix(releaserc): add javadoc jar
Browse files Browse the repository at this point in the history
  • Loading branch information
prince737 committed Aug 27, 2020
1 parent f4bd5ec commit ade04e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
[
{
"path": "modules/notifications_api/target/notifications_api-*[0-9].*[0-9].*[0-9].jar", "label": "notifications_api-${nextRelease.version}.jar", "name": "notifications_api-${nextRelease.version}.jar"
},
{
"path": "modules/notifications_api/target/notifications_api-*[0-9].*[0-9].*[0-9]-javadoc.jar", "label": "notifications_api_javadoc-${nextRelease.version}.jar", "name": "notifications_api_javadoc-${nextRelease.version}.jar"
}
]
}
Expand Down

0 comments on commit ade04e0

Please sign in to comment.