From 4f35fbeee2c0c79077b622146fe43331a1af1ec1 Mon Sep 17 00:00:00 2001 From: dvacca-onfido <134616519+dvacca-onfido@users.noreply.github.com> Date: Fri, 6 Sep 2024 12:17:20 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 027424e7..add840e9 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ Described below is the procedure on how to deliver new client libraries: 1. Removing lines that doesn't apply to current library and reference to current language if present 2. Indenting of two spaces each line and replacing the intial asterix (`*`) with dash (`-`) 3. Removing `by...` (till the end of the line) for keeping `CHANGELOG.md` file clean -16. Any additional change manually performed in the library (e.g. updated tests, etc) needs to be added before the _Refresh onfido-..._ line, indented as usual (but using `-` as a list marker to make line appearing in the `CHANGELOG.md` file). +16. Any additional change manually performed in the library (e.g. updated tests, etc) needs to be added after the _Refresh onfido-..._ line, indented as usual (but using `-` as a list marker to make line appearing in the `CHANGELOG.md` file). 17. Click on _Publish release_ button 18. Check that workflows have been succesfully executed (by clicking on the _Action_ button) 19. Replace `Refresh onfido-...` line in Release notes with the more appropriate `Release based on...` line from `CHANGELOG.md` file