Skip to content

Commit

Permalink
versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ojas1 committed Sep 17, 2020
1 parent 420c69c commit f5ae0bb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions process.org
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,23 @@

*NOTE*: We assume that is process is not prone to any known errors.

** Release Management

After each successful lab generation and deployment process, the
lab sources are pushed to its repository along with the timestamp
in its commit message.

A new release of the sources is made by incrementing the previous
release number. The numbering scheme follows semantic versioning.
The type of release determines the version number.


*** Version scheme

Every release follows the scheme : =v<X>.<Y>.<Z>=. Where X, Y, and
Z are non-negative integers.

Types of releases:
- Major :: X is incremented and Y, Z become 0.
- Minor :: X stays the same. Y is incremented and Z becomes 0.
- Patch :: X and Y remain the same. Z is incremented.

0 comments on commit f5ae0bb

Please sign in to comment.