mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 08:33:11 +00:00
docs: add worklow docs
This commit is contained in:
15
project-docs/workflow/VERSIONING.md
Normal file
15
project-docs/workflow/VERSIONING.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Versioning guidelines
|
||||
|
||||
We use semantic version through `npm`.
|
||||
|
||||
* `npm version patch`: For fixes/patches
|
||||
* `npm version minor`: For new features
|
||||
* `npm version major`: For breaking changes in the API
|
||||
|
||||
Or directly with `git tag vMAJOR.MINOR.PATCH`.
|
||||
|
||||
This tag is set on the `develop`- (if present) or on the `master`-[branch](BRANCHING.md).
|
||||
|
||||
## Further resources
|
||||
|
||||
* [Commit guidelines](COMMITS.md)
|
||||
Reference in New Issue
Block a user