summaryrefslogtreecommitdiff
path: root/README.release.md
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@neulinger.org>2019-03-03 11:29:15 -0600
committerNathan Neulinger <nneul@neulinger.org>2019-03-03 11:29:15 -0600
commit8c6afd93a7b1519acafd94a3e703e6a687a446bd (patch)
tree6d487727d867746a0d55cc875e3d491f8f4ffc79 /README.release.md
parent0d440acec28c805dd7cd9f7ed667dc4dffdb0045 (diff)
downloadcracklib-8c6afd93a7b1519acafd94a3e703e6a687a446bd.tar.gz
Notes about release process, clean up autogen
Diffstat (limited to 'README.release.md')
-rw-r--r--README.release.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.release.md b/README.release.md
index 093206b..e7f3678 100644
--- a/README.release.md
+++ b/README.release.md
@@ -11,4 +11,10 @@ for announcement, the moment to change the new version.
At time of release, create ONE commit with all version numbers update in files and named for example "X.X.X".
Create a tag of the name "vX.Y.Z" pointed to that commit and produce releases at that point
-After the release, commit a change to put versions back to MAJOR.MINOR.(PATCH+1)-dev
+To produce release binaries
+ 1) Start from a clean repo and run autogen.sh
+ 2) Configure and 'make dist'
+ 3) Make in cracklib words directory
+ 3) Upload the relevant binaries to a release on github attached to the tag that was already created above
+
+After the release, commit a change to put versions to MAJOR.MINOR.(PATCH+1)-dev