From 37336d37d62428ca103fc861e963b58469ff2c42 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Sun, 12 Nov 2023 23:35:21 -0800 Subject: [PATCH] add test and docs --- .../content/en/Getting-Started/Commands-and-options.md | 8 ++++++++ .../zh-TW/Getting-Started/Commands-and-options.md | 10 ++++++++++ test/commands/local/run.sh | 1 + 3 files changed, 19 insertions(+) diff --git a/docs/content/en/Getting-Started/Commands-and-options.md b/docs/content/en/Getting-Started/Commands-and-options.md index ef165edf..a48f7f00 100644 --- a/docs/content/en/Getting-Started/Commands-and-options.md +++ b/docs/content/en/Getting-Started/Commands-and-options.md @@ -278,6 +278,14 @@ Concatenate all Emacs Lisp files into one file. $ eask [GLOBAL-OPTIONS] concate [FILES..] ``` +## πŸ” eask bump + +Bump version for your project and/or Eask-file. + +```sh +$ eask [GLOBAL-OPTIONS] bump [LEVELS..] +``` + # 🚩 Execution Commands allow you execute on top of Eask core. diff --git a/docs/content/zh-TW/Getting-Started/Commands-and-options.md b/docs/content/zh-TW/Getting-Started/Commands-and-options.md index 515f57a8..af9e4314 100644 --- a/docs/content/zh-TW/Getting-Started/Commands-and-options.md +++ b/docs/content/zh-TW/Getting-Started/Commands-and-options.md @@ -274,6 +274,16 @@ $ eask [GLOBAL-OPTIONS] cat [PATTERNS..] $ eask [GLOBAL-OPTIONS] concate [FILES..] ``` +## πŸ” eask bump + +Bump version for your project and/or Eask-file. + +η‚Ίδ½ ηš„ε°ˆζ‘ˆζˆ– Eask-file ιžε’žη‰ˆζœ¬θ™Ÿγ€‚ + +```sh +$ eask [GLOBAL-OPTIONS] bump [LEVELS..] +``` + # 🚩 執葌 ζŒ‡δ»€ε…θ¨±εŸ·θ‘Œεœ¨ Eask ζ ΈεΏƒδΉ‹δΈŠγ€‚ diff --git a/test/commands/local/run.sh b/test/commands/local/run.sh index a253d2ee..7eb9e369 100644 --- a/test/commands/local/run.sh +++ b/test/commands/local/run.sh @@ -38,6 +38,7 @@ eask list --depth=0 eask cat package.json --insecure eask cat package.json --number --insecure eask concat +eask bump major minor patch # PATH environment eask path