Skip to content

Commit

Permalink
updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsridharan committed Jun 27, 2020
1 parent 7d68dfd commit 4463679
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
### 1.4 27/06/2020
### 🚨 Breaking Change
* ~~`CUSTOM_COMMAND`~~ Removed
* ~~`EXCLUDE_LIST`~~ Removed
* ~~`ASSETS_EXCLUDE_LIST`~~ Removed

### 🆕 Added
* `DIST_IGNORE` - Supports File Like `.gitignore`
* `ASSETS_IGNORE` - Supports File Like `.gitignore`

### 💱 Changed
* `composer:1` Docker Image To `alpine:latest` to improve speed

### 1.3 - 05/06/2020
* Added : DIST_LOCATION will be used to store final zip files in current action instance which can be later used to upload zipfiles to Github release using
```yaml
- name: Upload ZIP To Release in Github
uses: Roang-zero1/github-upload-release-artifacts-action@master
with:
args: dist/
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
### 1.2 - 29/04/2020
* Improved Runtime Speed
* Improved Logging
Expand Down

0 comments on commit 4463679

Please sign in to comment.