From ee0b7daba0206267476f6215134604f57347ad62 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Mon, 18 Jan 2021 12:19:54 +0100 Subject: [PATCH] docs(RELEASE.md): remove url, it does not work anymore Signed-off-by: Lorenzo Fontana --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 6b8c20c4..29aa161b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -29,7 +29,7 @@ Before cutting a release we need to do some homework in the Falco repository. Th - Double-check if any hard-coded version number is present in the code, it should be not present anywhere: - If any, manually correct it then open an issue to automate version number bumping later - Versions table in the `README.md` update itself automatically -- Generate the change log https://github.com/leodido/rn2md, or https://fs.fntlnz.wtf/falco/milestones-changelog.txt for the lazy people (it updates every 5 minutes) +- Generate the change log https://github.com/leodido/rn2md: - If you review timeout errors with `rn2md` try to generate an GitHub Oauth access token and use `-t` - Add the latest changes on top the previous `CHANGELOG.md` - Submit a PR with the above modifications