Lines Matching +full:- +full:dperformrelease
1 One-time setup
5 -----------------------
10 ------------------------
12 …h rights by creating an issue similar to [this one](https://issues.sonatype.org/browse/OSSRH-16798)
17 ---------------
22 * Generate the key ```gpg --gen-key```
26 * One way to make a random passphrase: ```base64 /dev/urandom | head -c20; echo;```
28 * Find the ID of your public key ```gpg --list-secret-keys```
29 * Look for the line with format ```sec 2048R/ABCDEFGH 2015-11-17```
32 * Upload your public key to a public server: ```gpg --send-keys --keyserver hkp://pgp.mit.edu ABCDE…
33 …`gpg: keyserver send failed: No data`, try again in ~5m. The mit server semi-frequently has troubl…
36 ----------------------------
66 ----------
67 Minor changes should be a point increase (0.6.0 -> 0.6.1). Additions to API or breaking changes sh…
68 a major release. (0.6.0 -> 0.7.0)
71 ---------------
74 * Run `mvn clean install deploy -DperformRelease=true` to stage the release.
75 * Verify the result [here](https://oss.sonatype.org/#nexus-search;quick~com.google.auth).
76 * If there is a problem, undo by `mvn nexus-staging:drop`.
79 ---------------
80 * `mvn nexus-staging:release -DperformRelease=true`
83 Central](https://repo1.maven.org/maven2/com/google/auth/google-auth-library-parent/)
101 ---------------------------------------------------