Skip to content

Commit

Permalink
Merge pull request #56 from Tumiya/release/0.10.0
Browse files Browse the repository at this point in the history
Release v0.10.0
  • Loading branch information
Azbagheri authored Nov 26, 2024
2 parents 057f2a6 + 9a6de42 commit e3e8619
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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
2 changes: 1 addition & 1 deletion gitrise.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# shellcheck disable=SC2120
# disables "foo references arguments, but none are ever passed."

VERSION="0.9.1"
VERSION="0.10.0"
APP_NAME="Gitrise"
STATUS_POLLING_INTERVAL=30

Expand Down

0 comments on commit e3e8619

Please sign in to comment.