All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Action now outputs source file & screenshot file name & location with below variable
- source_zip
- source_zip_location
- screenshots_zip
- screenshots_zip_location
- Migrated From
alpine:latest
Tovarunsridharan/actions-alpine:latest
Docker Image - Improved Logging
RemovedCUSTOM_COMMAND
RemovedEXCLUDE_LIST
RemovedASSETS_EXCLUDE_LIST
DIST_IGNORE
- Supports File Like.gitignore
ASSETS_IGNORE
- Supports File Like.gitignore
composer:1
Docker Image Toalpine:latest
to improve speed
- 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
- 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 }}
- Improved Runtime Speed
- Improved Logging
- Added Option To Push Envato Item's Aseets Such as banner , icon & screenshots
- First Release