From f9e767b62c98a4214baedcf906ebcc94f92a4610 Mon Sep 17 00:00:00 2001 From: felipem1210 Date: Sun, 24 Jul 2022 22:53:52 +0200 Subject: [PATCH] updating to v0.2.0 --- README.md | 10 +++++++++- cmd/root.go | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d52744..2dc47a0 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,19 @@ Change the version for the [version](https://github.com/felipem1210/git-helper/t ### Linux amd64 ```sh -export GITHELPER_VERSION=0.1.1 +export GITHELPER_VERSION=0.2.0 curl -L "https://github.com/felipem1210/git-helper/releases/download/v${GITHELPER_VERSION}/git-helper_${GITHELPER_VERSION}_linux_amd64.tar.gz" |tar xzv -C /tmp sudo mv /tmp/git-helper /usr/local/bin/git-helper ``` +### MacOS amd64 + +```sh +export GITHELPER_VERSION=0.2.0 +curl -L "https://github.com/felipem1210/git-helper/releases/download/v${GITHELPER_VERSION}/git-helper_${GITHELPER_VERSION}_darwin_amd64.tar.gz" |tar xzv -C /tmp +sudo mv /tmp/git-helper /usr/local/bin/git-helper +``` + ### Envars needed * Define the envar WORKING_DIR. This must be the folder where you have all the repositories you want to manage. diff --git a/cmd/root.go b/cmd/root.go index 0256d40..3676774 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -26,7 +26,7 @@ import ( // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{ Use: "githelper", - Version: "v0.1.1", + Version: "v0.2.0", Short: "A cli tool to help you manage git in multiple repositories", Long: `git-helper is a cli tool to help you manage git in multiple repositories