Skip to content

Commit

Permalink
Merge pull request #71 from startersclan/enhancement/ci-move-.-script…
Browse files Browse the repository at this point in the history
…s-release.sh-to-.-release.sh

Enhancement (ci): Move `./scripts/release.sh` to `./release.sh`
  • Loading branch information
leojonathanoh committed Nov 22, 2023
2 parents 2fa8c91 + 577b077 commit 89db40f
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 89db40f

Please sign in to comment.