Skip to content

Commit

Permalink
fix the automated GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
xmik committed Dec 28, 2024
1 parent 5ca1998 commit 8099f92
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.13.2 (2024-Dec-29)

* fix the automated GitHub release

### 0.13.1 (2024-Dec-29)

* docker-compose: support it when there is no version statement in the top of the yaml file; tested with docker-compose v2.24.5 and v2.31.0
Expand Down
6 changes: 6 additions & 0 deletions tasks
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ const DojoVersion = \"${next_version}\"
--tag $VERSION \
--name $VERSION \
--description "$(./tasks generate_release_notes ${VERSION})"

# the below command (upload) consistently returns this error
# 'error: could not find the release corresponding to tag 0.13.1'
# if it's run too fast after the above command (release)
sleep 5

echo "Uploading assets (1/2)"
$GHRELEASE_BIN upload \
--user $GH_USER \
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main
const DojoVersion = "0.13.1"
const DojoVersion = "0.13.2"

0 comments on commit 8099f92

Please sign in to comment.