Skip to content

Commit

Permalink
Bumped the version to v0.10.0 and added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Azbagheri committed Nov 26, 2024
1 parent 057f2a6 commit 48c9286
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: v0.9.1
name: Gitrise v0.9.1
bodyFile: ./docs/release_notes/v0.9.1.md
tag: v0.10.0
name: Gitrise v0.10.0
bodyFile: ./docs/release_notes/v0.10.0.md
5 changes: 5 additions & 0 deletions docs/release_notes/v0.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Release Notes

* Fixed the issue where Gitrise's exit status did not accurately reflect build failures when the `--download-artifacts` flag was used ([#53](https://github.com/Tumiya/gitrise/pull/53)) by @andersonvom

* Upgraded the GitHub checkout action to v4 to enhance security and improve performance ([#55](https://github.com/Tumiya/gitrise/pull/55)) by @Azbagheri

0 comments on commit 48c9286

Please sign in to comment.