Skip to content

Commit

Permalink
fix parameters parsing, format
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Mar 13, 2020
1 parent e80e47e commit 7f9dcba
Show file tree
Hide file tree
Showing 44 changed files with 135 additions and 133 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install GitVersion
uses: ./gitversion/setup
with:
versionSpec: '5.1.x'
versionSpec: '5.x'
- name: Use GitVersion
id: gitversion # step id used as reference for output values
uses: ./gitversion/execute
Expand Down
4 changes: 2 additions & 2 deletions .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"bracketSpacing": true,
"arrowParens": "avoid",
"parser": "typescript"
}
}
2 changes: 1 addition & 1 deletion dist/azure/gitreleasemanager/addasset/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/azure/gitreleasemanager/close/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/azure/gitreleasemanager/create/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/azure/gitreleasemanager/discard/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7f9dcba

Please sign in to comment.