Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Coutin committed Aug 4, 2020
1 parent 69ed5e2 commit 6d08557
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ilshidur@gmail.com>"
LABEL "version"="0.1.0"
LABEL "version"="0.2.0"

ADD package.json package-lock.json /
RUN npm ci --production
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` (&rarr; link to the commits list : https://github.com/Ilshidur/action-discord/commits/master)
* Version : `uses: "Ilshidur/actions-discord@0.2.0"` (&rarr; link to the releases list : https://github.com/Ilshidur/action-discord/releases)
* Commit SHA-1 : `uses: "Ilshidur/actions-discord@fbd91a9"` (&rarr; link to the commits list : https://github.com/Ilshidur/action-discord/commits/master)

### Arguments

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 6d08557

Please sign in to comment.