summaryrefslogtreecommitdiff
path: root/README.release.md
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@neulinger.org>2019-03-03 11:36:45 -0600
committerNathan Neulinger <nneul@neulinger.org>2019-03-03 11:36:45 -0600
commit590c878503c64ddd59f343a2f2e15483b82d428a (patch)
treeb7b36192bf7ff45b090ea53a41eeef5312d37feb /README.release.md
parent6df0ee06159a71675691a7c86079ca98cbe0f065 (diff)
downloadcracklib-590c878503c64ddd59f343a2f2e15483b82d428a.tar.gz
note about clean repo
Diffstat (limited to 'README.release.md')
-rw-r--r--README.release.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.release.md b/README.release.md
index e7f3678..0c011a4 100644
--- a/README.release.md
+++ b/README.release.md
@@ -12,7 +12,7 @@ At time of release, create ONE commit with all version numbers update in files a
Create a tag of the name "vX.Y.Z" pointed to that commit and produce releases at that point
To produce release binaries
- 1) Start from a clean repo and run autogen.sh
+ 1) Start from a clean repo (git reset --hard; git clean -fdx) 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