Skip to content

Commit

Permalink
Update version to 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ClydeDz committed Aug 4, 2024
1 parent 5546ac7 commit f802c75
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
9 changes: 3 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
.netlify/**
.github/**

.env*
*.tgz


netlify.toml

.netlify/**
.github/**

docs/**
coverage/**

src/**.test.**
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Note:

Run the Netlify build and deploy process for a commit pushed to the GitHub repository. Then head to the commit in GitHub and you should see the commit status reflected, example screenshot below. Note, commit status will be published when a Netlify build begins, when it succeeds and when it fails.

![image info](./docs/demo.png)
![image info](https://raw.githubusercontent.com/ClydeDz/netlify-plugin-github-deploy-status/main/docs/demo.png)

## Credits

Expand Down
4 changes: 2 additions & 2 deletions 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": "@clydedsouza/netlify-plugin-github-deploy-status",
"version": "0.0.5-beta.3",
"version": "0.0.5",
"description": "Netlify plugin that updates GitHub commit status with the latest deployment progress.",
"main": "./src/index.cjs",
"exports": "./src/index.cjs",
Expand Down

0 comments on commit f802c75

Please sign in to comment.