Skip to content

Commit

Permalink
add minimal DEVGUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe committed Aug 20, 2024
1 parent bac8c19 commit e49fedc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DEVGUIDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
To kick off a release:

```bash
git switch main
git tag vX.Y.Z
git push origin vX.Y.Z
```

0 comments on commit e49fedc

Please sign in to comment.