File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ OPTIONS
55
55
-f, --force Continue even if source is behind
56
56
target
57
57
58
- -s, --sourceref=sourceref [default: head ] The git ref (branch
58
+ -s, --sourceref=sourceref [default: HEAD ] The git ref (branch
59
59
or commit) which we are deploying
60
60
from. If left blank, will use head
61
61
@@ -83,7 +83,7 @@ EXAMPLES
83
83
$ sfdx git:package -s feature-b -d deploy/feature-b
84
84
```
85
85
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 ) _
87
87
<!-- commandsstop -->
88
88
89
89
### Ignore Files
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.2.1
4
+
5
+ ### Fixed
6
+
7
+ - ` HEAD ` is case sensitive on linux
8
+
3
9
## 0.2.0
4
10
5
11
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sfdx-git-packager" ,
3
3
"description" : " Generates a package.xml for difference between two branches" ,
4
- "version" : " 0.2.0 " ,
4
+ "version" : " 0.2.1 " ,
5
5
"author" : " Charlie Jonas @ChuckJonas" ,
6
6
"bugs" : " https://github.com/ChuckJonas/sfdx-git-diff-to-pkg/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments