Skip to content

Commit

Permalink
Improve dev documentation
Browse files Browse the repository at this point in the history
- Add git tag command
  • Loading branch information
d22 committed Nov 20, 2023
1 parent b304e8d commit 8434130
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
## How to release
### Via GitHub actions
- Release workflow: [.github/workflows/release.yml](.github/workflows/release.yml)
- Release is triggered when a tag, which matches a semver format
- Release is triggered when a tag which matches a semver format is created
```shell
git tag -a 0.0.0 -m "0.0.0"
git push --tags
```
- Maven runs automatically and the release will be uploaded to GitHub

### Manually
Expand Down

0 comments on commit 8434130

Please sign in to comment.