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 f32b284 commit 2ac6c2cCopy full SHA for 2ac6c2c
RELEASES.md
@@ -25,7 +25,7 @@ You will need to have the following in place:
25
authorized to publish to `io.kubernetes:client-java`. With your credentials
26
in-hand, place these in your `settings.xml` (typically
27
`~/.m2/settings.xml`) config file. An example config is:
28
- ```xml
+```xml
29
<settings>
30
<servers>
31
<server>
@@ -35,7 +35,7 @@ You will need to have the following in place:
35
</server>
36
</servers>
37
</settings>
38
- ```
+```
39
40
3. A GPG key - if you are a publisher, you should already have a copy. You will
41
be prompted on STDIN to enter the key's passphrase during release.
0 commit comments