Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJStone committed Jun 27, 2023
2 parents 33ed49c + 9cb28e2 commit fddb161
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

#### 2.0.1
* fix incorrect version identification along with updating source repository in gitflow-installer. Corrections pointed out by [bobstuart](https://github.com/bobstuart)

#### 2.0.0
* Bugfix/help text and reorder rename args Thank You [bmcdonnell](https://github.com/bmcdonnell)
* Cherry-Pick Speed up "list" command execution #325 from gpongelli/gitflow-avh/tree/speedUpListCmd
Expand Down
6 changes: 3 additions & 3 deletions contrib/gitflow-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# http://github.com/petervanderdoes/gitflow-avh/blob/master/Makefile

# Licensed under the same restrictions as git-flow:
# http://github.com/petervanderdoes/gitflow-avh/blob/develop/LICENSE
# http://github.com/CJ-Systems/gitflow-cjs/blob/develop/LICENSE

# Updated for the fork at petervanderdoes
# Updated for the fork at CJ-Systems

usage() {
echo "Usage: [environment] gitflow-installer.sh [install|uninstall] [stable|develop|version] [tag]"
Expand All @@ -28,7 +28,7 @@ if [ -z "$REPO_NAME" ] ; then
fi

if [ -z "$REPO_HOME" ] ; then
REPO_HOME="https://github.com/petervanderdoes/gitflow-avh.git"
REPO_HOME="https://github.com/CJ-Systems/gitflow-cjs.git"
fi

EXEC_PREFIX="$PREFIX"
Expand Down
4 changes: 2 additions & 2 deletions git-flow-version
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#


GITFLOW_VERSION=2.0.0
GITFLOW_VERSION=2.0.1

initialize() {
# A function can not be empty. Comments count as empty.
Expand All @@ -58,7 +58,7 @@ For more specific help type the command followed by --help
}

cmd_default() {
echo "$GITFLOW_VERSION (AVH Edition)"
echo "$GITFLOW_VERSION (CJS Edition)"
}

cmd_help() {
Expand Down

0 comments on commit fddb161

Please sign in to comment.