Skip to content

Commit

Permalink
docs(readme): fix docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jj-style committed Mar 28, 2024
1 parent d14997c commit d8bf308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ RESTful server with friendly APIs to global player, and more features coming soo

### Docker

Run with docker: `docker run --rm -it -p 8080:8080 ghcr.io/jj-style/gobal-player-server@v0.1.9`
Run with docker: `docker run --rm -it -p 8080:8080 ghcr.io/jj-style/gobal-player-server:v0.1.9`
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ release semver='bump':
nextVersion=$(convco version --{{semver}})

convco changelog -u $nextVersion > CHANGELOG.md
sed -i "s/[@:]v$currentVersion/@v$nextVersion/g" README.md
sed -i "s/\([@:]\)v$currentVersion/\1v$nextVersion/g" README.md

git add README.md CHANGELOG.md
convco commit --chore --message "release $currentVersion -> $nextVersion"
Expand Down

0 comments on commit d8bf308

Please sign in to comment.