Skip to content

Commit

Permalink
chore: release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cakeinpanic committed Aug 31, 2023
1 parent 7eb73ae commit 7bedf56
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.5.1
* Improve error logging if Jira request fails

## 0.5.0
* Allow using action not only in organization https://github.com/cakeinpanic/jira-description-action/pull/36
* Improve JIRA error output(get rid of circular dependency log) https://github.com/cakeinpanic/jira-description-action/pull/43
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
add-jira-description:
runs-on: ubuntu-latest
steps:
- uses: cakeinpanic/jira-description-action@v0.5.0
- uses: cakeinpanic/jira-description-action@v0.5.1
name: jira-description-action
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jira-description-action",
"version": "0.5.0",
"version": "0.5.1",
"description": "Add JIRA issue details to your GitHub pull request",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 7bedf56

Please sign in to comment.