From f2f8663611b0fac4388812b73a9abe7ef69c66a8 Mon Sep 17 00:00:00 2001 From: Varun Date: Wed, 29 Apr 2020 11:55:41 +0530 Subject: [PATCH] V 1.2 Ready --- CHANGELOG.md | 9 +++++++++ README.md | 17 +++-------------- 2 files changed, 12 insertions(+), 14 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fc7a106 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +### 1.2 - 29/04/2020 +* Improved Runtime Speed +* Improved Logging + +### 1.1 - 07/09/2019 +* Added Option To Push Envato Item's Aseets Such as banner , icon & screenshots + +### 1.0 - 23/08/2019 +* First Release \ No newline at end of file diff --git a/README.md b/README.md index 5602efc..fda49eb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -> **⚠️ Note:** To use this GitHub Action, you must have access to GitHub Actions. GitHub Actions are currently only available in public beta. You can [apply for Github Actions beta access here](https://github.com/features/actions). -

Envato

@@ -44,7 +42,7 @@ Push Source Code To Envato FTP By packing contents into a zipfile ## Example Workflow File ```yaml -name: Enavto Publisher +name: Envato Publisher on: push: @@ -52,11 +50,11 @@ on: - "*" jobs: - envatoftp: + Envato_Publisher: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - name: Enavto Publisher + - name: Envato Publisher - uses: varunsridharan/action-envato-publisher@master with: envato_username: ${{ secrets.envato_username }} @@ -67,15 +65,6 @@ jobs: --- -## Change Log - -### 1.1 [07/09/2019] -* Added Option To Push Envato Item's Aseets Such as banner , icon & screenshots - -### 1.0 [23/08/2019] -* First Release ---- - ## Contribute If you would like to help, please take a look at the list of [issues][issues] or the [To Do](#-todo) checklist.