From 785018ea83efa8a70a62ec72cbdad1224b1f00eb Mon Sep 17 00:00:00 2001 From: Charlie Jonas Date: Mon, 6 Apr 2020 15:29:04 -0600 Subject: [PATCH] release 2.1 fix for HEAD on linux --- README.md | 4 ++-- changelog.md | 6 ++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c03325f..18d7146 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ OPTIONS -f, --force Continue even if source is behind target - -s, --sourceref=sourceref [default: head] The git ref (branch + -s, --sourceref=sourceref [default: HEAD] The git ref (branch or commit) which we are deploying from. If left blank, will use head @@ -83,7 +83,7 @@ EXAMPLES $ sfdx git:package -s feature-b -d deploy/feature-b ``` -_See code: [lib/commands/git/package.js](https://github.com/ChuckJonas/sfdx-git-diff-to-pkg/blob/v0.2.0/lib/commands/git/package.js)_ +_See code: [lib/commands/git/package.js](https://github.com/ChuckJonas/sfdx-git-diff-to-pkg/blob/v0.2.1/lib/commands/git/package.js)_ ### Ignore Files diff --git a/changelog.md b/changelog.md index c6d4315..d94ec08 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.1 + +### Fixed + +- `HEAD` is case sensitive on linux + ## 0.2.0 ### Added diff --git a/package.json b/package.json index c570089..9eef028 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sfdx-git-packager", "description": "Generates a package.xml for difference between two branches", - "version": "0.2.0", + "version": "0.2.1", "author": "Charlie Jonas @ChuckJonas", "bugs": "https://github.com/ChuckJonas/sfdx-git-diff-to-pkg/issues", "dependencies": {