diff --git a/Dockerfile b/Dockerfile index 68b8a2a..3758393 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="gray-dark" LABEL "repository"="https://github.com/Ilshidur/actions" LABEL "homepage"="https://github.com/Ilshidur/actions/discord" LABEL "maintainer"="Ilshidur " -LABEL "version"="0.1.0" +LABEL "version"="0.2.0" ADD package.json package-lock.json / RUN npm ci --production diff --git a/README.md b/README.md index e47ce69..dd0fd2e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ As this Action is containerized with Docker, [it can only run on Linux environme **NOTICE :** for stability purposes, it is recommended to use the action with an explicit commit SHA-1 : -`uses: "Ilshidur/actions-discord@fbd91a9"` (→ link to the commits list : https://github.com/Ilshidur/action-discord/commits/master) +* Version : `uses: "Ilshidur/actions-discord@0.2.0"` (→ link to the releases list : https://github.com/Ilshidur/action-discord/releases) +* Commit SHA-1 : `uses: "Ilshidur/actions-discord@fbd91a9"` (→ link to the commits list : https://github.com/Ilshidur/action-discord/commits/master) ### Arguments diff --git a/package-lock.json b/package-lock.json index 01f0a52..cb8952d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action-discord", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1195a06..0f5f385 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-discord", - "version": "0.1.0", + "version": "0.2.0", "description": "GitHub Action that sends a Discord notification.", "private": true, "scripts": {