You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A [paradox](https://github.com/lightbend/paradox/) directive that automatically adds links for classes from documentation to scaladoc and javadoc.
9
4
@@ -123,7 +118,3 @@ The license is Apache 2.0, see LICENSE.
123
118
## Maintanance notes
124
119
125
120
**This project is NOT supported under the Lightbend subscription.**
126
-
127
-
The project is maintained mostly by [@richardimaoka](https://github.com/richardimaoka) and [@akka-team](https://github.com/orgs/lightbend/teams/akka-team/members).
128
-
129
-
Feel free to ping above maintainers for code review or discussions. Pull requests are very welcome–thanks in advance!
Releasing from CI was removed as Bintray passed away.
4
-
5
-
1. Wait until all running [Travis CI jobs](https://travis-ci.org/lightbend/sbt-paradox-apidoc/builds) complete, if any.
6
-
1. Fix up the [draft release](https://github.com/lightbend/sbt-paradox-apidoc/releases) created by the release drafter and set the next tag version (e.g. `v0.2`)
7
-
1. Ensure you're on JDK 8
8
-
1. Pull the tag, build and publish the release to Sonatype
3
+
* Draft a [new release on GitHub](https://github.com/lightbend/sbt-paradox-apidoc/releases)
4
+
* Tag it (with a `v` prefix)
5
+
* Github actions should automatically release to maven-central
0 commit comments