aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-25 18:55:12 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-11-25 18:55:12 +0530
commit2a26df6e837f73844ef7d1738bc9fba4432ea5b5 (patch)
treebfff2c172de901ba44225711deedaad47a904dcf /docs
parentfix slack darkmode not working due to forced bgcolor of elements in original ... (diff)
downloadferdium-recipes-2a26df6e837f73844ef7d1738bc9fba4432ea5b5.tar.gz
ferdium-recipes-2a26df6e837f73844ef7d1738bc9fba4432ea5b5.tar.zst
ferdium-recipes-2a26df6e837f73844ef7d1738bc9fba4432ea5b5.zip
docs: Update the 'updating recipe' docs [skip ci]
Diffstat (limited to 'docs')
-rw-r--r--docs/updating.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/updating.md b/docs/updating.md
index 000b362..f18da33 100644
--- a/docs/updating.md
+++ b/docs/updating.md
@@ -25,8 +25,12 @@ Simply add your changes to the recipe inside this repository.
25 25
26## 4. Updating the version number 26## 4. Updating the version number
27 27
28This might be the __most important step__ of this guide. You'll need to increase the version number inside recipe's `package.json`. 28You'll need to increase the version number inside recipe's `package.json`.
29 29
30Ferdi uses this version to determine if it should update the local copy of the recipe. If you do not increase the version number, no Ferdi user will get your updated recipe 😔 30Ferdi uses this version to determine if it should update the local copy of the recipe. If you do not increase the version number, no Ferdi user will get your updated recipe 😔
31 31
32## 5. Commit your changes and create a PR to <https://github.com/getferdi/recipes> 32## 5. Running the validation checks
33
34This might be the __most important step__ of this guide. You'll need to run the `pnpm run package` command to ensure that all validation checks are run.
35
36## 6. Commit your changes and create a PR to <https://github.com/getferdi/recipes>