summaryrefslogtreecommitdiff
path: root/README.release.md
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@neulinger.org>2023-03-16 08:37:38 -0500
committerNathan Neulinger <nneul@neulinger.org>2023-03-16 08:38:07 -0500
commita316bfae3a3ecd851bee27413a77463fd7248720 (patch)
tree3cc424921db30faf6e41ad67254244e3075e93ea /README.release.md
parent1f5bd6e89b346ffd83724efbdcdc1898171e413b (diff)
downloadcracklib-a316bfae3a3ecd851bee27413a77463fd7248720.tar.gz
fix indent
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 420c24a..a507235 100644
--- a/README.release.md
+++ b/README.release.md
@@ -12,7 +12,7 @@ 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'
- 4) Validate that tarball successfully can be built from source
+ 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
7) Create tag of form 'vX.Y.Z' pointed to that commit, push tags