You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing/CONTRIBUTING.org
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,12 +81,12 @@ haven't gotten to yet!
81
81
82
82
Copyrights are of the form: "Copyright (C) /Year/ Free Software Foundation, Inc." or when work is
83
83
done over multiple years, "Copyright (C) /StartYear-EndYear/ Free Software Foundation, Inc.".
84
-
Note we add the extra "(C)" characters becuase this is an Emacs convention. The extra characters
84
+
Note we add the extra "(C)" characters because this is an Emacs convention. The extra characters
85
85
are not required and is like writing "Copyright Copyright ...". See
86
86
https://www.copyright.gov/circs/circ03.pdf. After the copyright, in source code files, there
87
87
should be a license notification.
88
88
89
-
- If a copyright exists, increment the end year as needed. The start year should remian the
89
+
- If a copyright exists, increment the end year as needed. The start year should remain the
90
90
unchanged.
91
91
92
92
- If a copyright doesn't exist, add the copyright along with the license notice.
@@ -113,6 +113,23 @@ Versions are of the form /MAJOR.MINOR.PATCH/
113
113
The MATLAB Emacs Package is this repository that contains matlab-ts-mode, matlab-mode, tlc-mode,
114
114
and more.
115
115
116
+
* GitHub Releases
117
+
118
+
See [[https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository][GitHub Managing releases in a repository]]. Using the GitHub web interface,
119
+
120
+
1. Click *Releases*
121
+
122
+
2. Click *Draft a new release*
123
+
124
+
3. Click *Tag: Select tag -> Create new tag* and enter /matlab-mode-MAJOR.MINOR.PATCH/, for example
5. Okay to leave the description empty because this is covered by the NEWS.org file.
130
+
131
+
6. Click *Publish release*
132
+
116
133
* Maintainers
117
134
118
135
Maintainers (those with write access) can either use branches, forks, or commit directly
@@ -128,4 +145,4 @@ to the primary ~default~ branch.
128
145
129
146
[[mailto:[email protected]][Uwe Brauer]] is the primary maintainer and tries to look at all significant changes. He however prefers direct commits or branches.
0 commit comments