Skip to content

Commit

Permalink
New readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oveldman committed Jul 21, 2024
1 parent 7a4451c commit daae474
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## New Update
If you want to push a new update to git, you can use the following command:
```bash
git tag -a v0.0.1 -m "First release"
git push origin v0.0.1
```
The version number must be conforming to the [Semantic Versioning](https://semver.org/) standard.

0 comments on commit daae474

Please sign in to comment.