Merge pull request #879 from ing-bank/changeset-release/master
Version Packages
This commit is contained in:
commit
e83a4c7b9d
3 changed files with 17 additions and 16 deletions
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
'providence-analytics': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Custom '--allowlist' takes precedence over '--allowlist-mode'
|
|
||||||
|
|
||||||
#### Features
|
|
||||||
|
|
||||||
- Custom '--allowlist' takes precedence over '--allowlist-mode' when conflicting.
|
|
||||||
For instance, when running CLI with '--allowlist-mode git --allowlist ./dist'
|
|
||||||
(and .gitignore contained '/dist'), './dist' will still be analyzed.
|
|
||||||
|
|
||||||
#### Patches
|
|
||||||
|
|
||||||
- Align naming conventions between CLI and InputDataService.gatherFilesFromDir
|
|
||||||
|
|
@ -1,5 +1,21 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.6.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 623b10a3: Custom '--allowlist' takes precedence over '--allowlist-mode'
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
- Custom '--allowlist' takes precedence over '--allowlist-mode' when conflicting.
|
||||||
|
For instance, when running CLI with '--allowlist-mode git --allowlist ./dist'
|
||||||
|
(and .gitignore contained '/dist'), './dist' will still be analyzed.
|
||||||
|
|
||||||
|
#### Patches
|
||||||
|
|
||||||
|
- Align naming conventions between CLI and InputDataService.gatherFilesFromDir
|
||||||
|
|
||||||
## 0.5.0
|
## 0.5.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "providence-analytics",
|
"name": "providence-analytics",
|
||||||
"version": "0.5.0",
|
"version": "0.6.0",
|
||||||
"description": "Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes",
|
"description": "Providence is the 'All Seeing Eye' that measures effectivity and popularity of software. Release management will become highly efficient due to an accurate impact analysis of (breaking) changes",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue