Skip to content

Commit

Permalink
Merge pull request #48 from Tumiya/release/0.9.1
Browse files Browse the repository at this point in the history
Merging the release changes for v0.9.1 to develop
  • Loading branch information
Azbagheri authored Feb 29, 2024
2 parents 1a49b12 + 723b50f commit 1508d61
Show file tree
Hide file tree
Showing 3 changed files with 7 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.0
name: Gitrise v0.9.0
bodyFile: ./docs/release_notes/v0.9.0.md
tag: v0.9.1
name: Gitrise v0.9.1
bodyFile: ./docs/release_notes/v0.9.1.md
3 changes: 3 additions & 0 deletions docs/release_notes/v0.9.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Release Notes

* Fixed the bug where 'ERROR: Missing build artifact name' showing when running Gitrise.
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.0"
VERSION="0.9.1"
APP_NAME="Gitrise"
STATUS_POLLING_INTERVAL=30

Expand Down

0 comments on commit 1508d61

Please sign in to comment.