diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-10-25 14:57:38 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-10-25 14:57:38 +0100 |
commit | 17fe746f413742199b3ed421ec69fa56b94d3ad1 (patch) | |
tree | 45346b540585ffd9c3d9edb3de410c5d8c978050 | |
parent | 84f607d0f5857d635b48e7ca36e572473187c725 (diff) | |
download | fetchmail-17fe746f413742199b3ed421ec69fa56b94d3ad1.tar.gz fetchmail-17fe746f413742199b3ed421ec69fa56b94d3ad1.tar.bz2 fetchmail-17fe746f413742199b3ed421ec69fa56b94d3ad1.zip |
RELEASE-INSTRUCTIONS: update:
-rw-r--r-- | RELEASE-INSTRUCTIONS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-INSTRUCTIONS b/RELEASE-INSTRUCTIONS index 5523418b..6e4d431b 100644 --- a/RELEASE-INSTRUCTIONS +++ b/RELEASE-INSTRUCTIONS @@ -8,8 +8,8 @@ To do a release: - Tag the new release with a signed tag. -- cd to ~/public_html/fetchmail and edit index.html for the new tarballs - and NEWS files and last update. +- Edit website/index.html for the new tarballs and NEWS files and last update, + and upload with website/host-scripts/upload-website.sh, and commit the changes to Git. - These would be done automatically by makerelease.pl: - Upload sig and tarball to ~/public_html/fetchmail/ |