Skip to content

Commit

Permalink
feat: updated developer guide
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed May 14, 2024
1 parent bd3721b commit 691dfbd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,15 @@ The major workflows are:
1. `pre-commit`: runs `pre-commit` hooks to ensure the code-quality meets the standard.
- For more details, see [.github/workflows](../.github/workflows) directory.
## Create Release
- Run the below command from the root of the project to create a new release.
```sh
# update below
TAG=xxx
COMMIT_MESSAGE="chore: release"
./push-tag.sh ${TAG} ${COMMIT_MESSAGE}
```

0 comments on commit 691dfbd

Please sign in to comment.