Skip to content

Commit

Permalink
release 2.1 fix for HEAD on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckJonas committed Apr 6, 2020
1 parent 426ab05 commit 785018e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)_
<!-- commandsstop -->

### Ignore Files
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.2.1

### Fixed

- `HEAD` is case sensitive on linux

## 0.2.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 785018e

Please sign in to comment.