Skip to content

Commit 785018e

Browse files
committed
release 2.1 fix for HEAD on linux
1 parent 426ab05 commit 785018e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ OPTIONS
5555
-f, --force Continue even if source is behind
5656
target
5757
58-
-s, --sourceref=sourceref [default: head] The git ref (branch
58+
-s, --sourceref=sourceref [default: HEAD] The git ref (branch
5959
or commit) which we are deploying
6060
from. If left blank, will use head
6161
@@ -83,7 +83,7 @@ EXAMPLES
8383
$ sfdx git:package -s feature-b -d deploy/feature-b
8484
```
8585

86-
_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)_
86+
_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)_
8787
<!-- commandsstop -->
8888

8989
### Ignore Files

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.1
4+
5+
### Fixed
6+
7+
- `HEAD` is case sensitive on linux
8+
39
## 0.2.0
410

511
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sfdx-git-packager",
33
"description": "Generates a package.xml for difference between two branches",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"author": "Charlie Jonas @ChuckJonas",
66
"bugs": "https://github.com/ChuckJonas/sfdx-git-diff-to-pkg/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)