Skip to content

Commit

Permalink
chore: release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cakeinpanic committed Aug 31, 2023
1 parent 4235648 commit f2b23aa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 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

## 0.4.0
* Use node 16+ https://github.com/cakeinpanic/jira-description-action/pull/27

## 0.3.1
* Don't fail if PR body is empty fixing https://github.com/cakeinpanic/jira-description-action/issues/17

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.3.3
- uses: cakeinpanic/jira-description-action@v0.5.0
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.4.0",
"version": "0.5.0",
"description": "Add JIRA issue details to your GitHub pull request",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit f2b23aa

Please sign in to comment.