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
Copy file name to clipboardExpand all lines: CONTRIBUTING.adoc
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,13 @@ Releases are automatically built and published to Maven Central once a tag follo
45
45
46
46
The artifact version should correspond to the aforementioned tag, meaning tags such as `v1.0.0` should only be applied if the artifact version within the project's `build.gradle.kts` is `1.0.0`.
47
47
48
-
TODO: Gradle Release plugin
48
+
To simplify the release process, this project uses the
0 commit comments