From d1a5f1c268c7654a09036f4034e1a75bc7d1c4f7 Mon Sep 17 00:00:00 2001 From: despiegk Date: Fri, 7 Feb 2025 12:22:23 +0300 Subject: [PATCH] ... --- README.md | 4 ++-- cli/hero.v | 2 +- manual/create_tag.md | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 364e4d36..5deed76a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## hero install for users ```bash -curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development_kristof10/install_hero.sh > /tmp/install_hero.sh +curl https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_hero.sh > /tmp/install_hero.sh bash /tmp/install_hero.sh ``` @@ -16,7 +16,7 @@ this tool can be used to work with git, build books, play with hero AI, ... ## automated install for developers ```bash -curl 'https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/main/install_v.sh' > /tmp/install_v.sh +curl 'https://raw.githubusercontent.com/freeflowuniverse/herolib/refs/heads/development/install_v.sh' > /tmp/install_v.sh bash /tmp/install_v.sh --analyzer --herolib #DONT FORGET TO START A NEW SHELL (otherwise the paths will not be set) ``` diff --git a/cli/hero.v b/cli/hero.v index 28528e29..e51a342d 100644 --- a/cli/hero.v +++ b/cli/hero.v @@ -31,7 +31,7 @@ fn do() ! { mut cmd := Command{ name: 'hero' description: 'Your HERO toolset.' - version: '1.0.2' + version: '1.0.3' } // herocmds.cmd_run_add_flags(mut cmd) diff --git a/manual/create_tag.md b/manual/create_tag.md index d334d584..6d4ccccc 100644 --- a/manual/create_tag.md +++ b/manual/create_tag.md @@ -2,7 +2,7 @@ ## how to tag a version and push ```bash -cd ~/Users/despiegk~/code/github/freeflowuniverse/herolib/README.md -git tag -a v1.0.2 -m "some message" -git add . -A ; git commit -m ... ; git pull ; git push origin v1.0.2 +cd ~/Users/despiegk~/code/github/freeflowuniverse/herolib +git tag -a v1.0.3 -m "all CI is now working" +git add . -A ; git commit -m ... ; git pull ; git push origin v1.0.3 ``` \ No newline at end of file