diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:49:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:49:25 +0000 |
commit | 464df1d5e5ab1322e2dd0a7796939fff1aeefa9a (patch) | |
tree | 6a403684e0978f0287d7f0ec0e5aab1fd31a59e1 /.release-checklist | |
parent | Initial commit. (diff) | |
download | e2fsprogs-464df1d5e5ab1322e2dd0a7796939fff1aeefa9a.tar.xz e2fsprogs-464df1d5e5ab1322e2dd0a7796939fff1aeefa9a.zip |
Adding upstream version 1.47.0.upstream/1.47.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.release-checklist')
-rw-r--r-- | .release-checklist | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.release-checklist b/.release-checklist new file mode 100644 index 0000000..276dd8a --- /dev/null +++ b/.release-checklist @@ -0,0 +1,19 @@ +1) Do "make depend" if necessary + +2) "make check"!!! + +3) Use "git log" to assemble release notes and update RELEASE-NOTES symlink. + +4) Update files which contain version information + version.h + README + e2fsprogs.lsm + e2fsprogs.spec + doc/libext2fs.texinfo (three places) + +5) Run "(cd po; make e2fsprogs.pot-update)" to update the translation template. + +6) Make source tarfile + +7) Adjust sizes in e2fsprogs-VER.lsm; rebuild source files; regenerate source tarfile + |