Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 243e9d4

Browse files
committed
CONTRIBUTING.org - add version numbers section
#57
1 parent e2ceb97 commit 243e9d4

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

contributing/CONTRIBUTING.org

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,26 @@ haven't gotten to yet!
7979

8080
*Again, thanks for contributing, and we look forward to your issues and pull requests!*
8181

82+
* Version Numbers
83+
84+
This project uses semantic versioning, see
85+
86+
- https://www.geeksforgeeks.org/software-engineering/introduction-semantic-versioning/
87+
- https://semver.org/
88+
- https://en.wikipedia.org/wiki/Software_versioning
89+
90+
Versions are of the form /MAJOR.MINOR.PATCH/
91+
92+
- Increment the /MAJOR/ version number when there's behavior or other changes that impact the way
93+
you use the MATLAB Emacs package. Major updates are typically done on another branch and then
94+
merged into default.
95+
- Increment the /MINOR/ version when there are new minor features that don't change the
96+
way you use the MATLAB Emacs package.
97+
- Increment the /PATCH/ version when there is a backwards compatible bug fix
98+
99+
The MATLAB Emacs Package is this repository that contains matlab-ts-mode, matlab-mode, tlc-mode,
100+
and more.
101+
82102
* Maintainers
83103

84104
Maintainers (those with write access) can either use branches, forks, or commit directly
@@ -92,6 +112,6 @@ to the primary ~default~ branch.
92112

93113
3. Direct commits. For simple stuff, maintainers can directly submit to the ~default~ branch.
94114

95-
[[[email protected]][Uwe Brauer]] is the primary maintainer and tries to look at all significant changes. He however prefers direct commits or branches.
115+
[[mailto:[email protected]][Uwe Brauer]] is the primary maintainer and tries to look at all significant changes. He however prefers direct commits or branches.
96116

97117
# LocalWords: showall md LF flycheck Sure's oub ucm Uwe Brauer

0 commit comments

Comments
 (0)