Changelog ignore commits with word changelog, FIX: last changes not included in latest branch

This commit is contained in:
Joseph Garrone 2020-05-20 05:39:37 +02:00
parent 5c26178184
commit 0f5878dede
4 changed files with 11 additions and 8 deletions

View file

@ -28,7 +28,7 @@
import { myFunction, myObject } from '#{REPO_NAME}#';
```
Specific import
Specific imports:
```typescript
import { myFunction } from '#{REPO_NAME}#/myFunction';