Skip to content

Commit

Permalink
Enhancement (ci): Move ./scripts/release.sh to ./release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Nov 22, 2023
1 parent 2fa8c91 commit 577b077
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ docker volume rm asp_db-volume
## Release

```sh
./scripts/release.sh "3.x.x" "A comment to describe the release"
./release.sh 3.x.x "A comment to describe the release"
git add .
git commit -m "Chore: Release 3.x.x"
```
Expand Down
File renamed without changes.

0 comments on commit 577b077

Please sign in to comment.