We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6cc8f commit 2f80f73Copy full SHA for 2f80f73
release.md
@@ -0,0 +1,12 @@
1
+#to release a new version:
2
+
3
+- gradle clean uploadArchives
4
5
+- goto https://oss.sonatype.org/#stagingRepositories
6
+ login with your credentials, check artifacts.
7
+ After your deployment the repository will be in an Open status.
8
+ You can evaluate the deployed components in the repository using the Contents tab.
9
+ If you believe everything is correct you, can press the Close button above the list.
10
+ This will trigger the evaluations of the components against the requirements.
11
12
+- or execute: gradle closeAndPromoteRepository
0 commit comments