summaryrefslogtreecommitdiff
path: root/README.release.md
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@neulinger.org>2023-03-16 08:42:00 -0500
committerNathan Neulinger <nneul@neulinger.org>2023-03-16 08:42:00 -0500
commite74c539344d024709ee76e2920b0af7f9a5c5556 (patch)
treedc98297edea49ddaf9b3ce9b8819f41e91f2bce7 /README.release.md
parentffeff10f7ab8b69cef9451f5a993d635d755acd4 (diff)
downloadcracklib-e74c539344d024709ee76e2920b0af7f9a5c5556.tar.gz
release commandsv2.9.10
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 a507235..3145991 100644
--- a/README.release.md
+++ b/README.release.md
@@ -11,7 +11,7 @@ for announcement, the moment to change the new version.
Release process:
1) Start from a clean repo (git reset --hard; git clean -fdx)
2) Update version in configure.ac and ../words/Makefile. Update NEWS file to reflect that version.
- 3) Run autogen.sh and configure, then 'make dist'
+ 3) Run: autogen.sh; ./configure; make; make dist
4) Validate that tarball successfully can be built from source
5) Check for changes, there should be various files updated in po directory - all version number related
6) Commit that with new version