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
Not gonna lie, I'm getting tired of maintaining this second source of truth. Hopefully my laziness, impatience, and hubris will tip the scales far enough to delete it.
Copy file name to clipboardExpand all lines: buildSrc/src/main/resources/instructions/step9.txt.ftl
+1-12Lines changed: 1 addition & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,6 @@
22
22
23
23
[INSTRUCTIONS:START]
24
24
25
-
Following are the typical things we need to verify before voting on a release candidate. And the release manager should verify them too before calling out a vote.
26
-
27
-
Make sure release artifacts are hosted at https://dist.apache.org/repos/dist/dev/fineract
28
-
29
-
* Release candidates should be in format apache-fineract-bin-${project['fineract.release.version']}.tar.gz
30
-
* Verify signatures and hashes. You may have to import the public key of the release manager to verify the signatures. (gpg --import KEYS or gpg --recv-key <keyid>)
31
-
* Git tag matches the released bits (diff -rf)
32
-
* Can compile docs and code successfully from source
33
-
* Verify DISCLAIMER, NOTICE and LICENSE (year etc)
34
-
* All files have correct headers (Rat check should be clean - gradlew rat)
35
-
* No jar files in the source artifacts
36
-
* Integration tests should work
25
+
See https://fineract.apache.org/docs/current/#_step_9_verify_distribution_staging
0 commit comments