From ce2d629860555f050b8e07d03416e069ee3fcd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20G=C3=B3mez-S=C3=A1nchez?= Date: Sun, 2 Feb 2025 13:11:56 +0100 Subject: [PATCH] Fix the doc for pinning the lates version --- docs/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 8627133..73686e6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,13 +25,14 @@ manifests: revision: v0.1 - name: zmk-keymap-utils remote-name: magicDGS - # pin version of the module - revision: v0.1 + # pin version of the module to the latest release + revision: latest ``` > [!TIP] > We recommend to pin the version of the modules as shown in the example above. -> Nevertheless, you can also use directly `main`. +> If you would like to use the latest release of the `zmk-keymap-utils` module, we maintain a `latest` tag to pin. +> Nevertheless, you can also use directly `main` (althouhg this is considered an unstable branch). ## Initial setup