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: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,10 +214,16 @@ Usage: [`./build.sh [OPTIONS]`](./build.sh) produces objects (`./obj/*.o`, for d
214
214
# How to contribute
215
215
View [documented issues](https://github.com/SwuduSusuwu/SusuLib/issues/) (for ideas on code to contribute, plus so you do not report documented issues.)
216
216
## Beta tests / `preview` builds
217
+
`git branch`s:
218
+
-[`trunk`](https://github.com/SwuduSusuwu/SusuLib/tree/trunk) publishes what most projects call "releases", with changes limited to what [*SemVer* calls "Patch" revisions](https://semver.org/spec/v2.0.0.html#spec-item-6)
219
+
-[`new`](https://github.com/SwuduSusuwu/SusuLib/tree/new) publishes what most projects call "release candidates", with changes limited to what [*SemVer* calls "Minor" revisions](https://semver.org/spec/v2.0.0.html#spec-item-7)
220
+
-[`preview`](https://github.com/SwuduSusuwu/SusuLib/tree/preview) publishes what most projects call "beta tests", with changes up to what [*SemVer* calls "Major" revisions](https://semver.org/spec/v2.0.0.html#spec-item-8)
221
+
222
+
How to use the most new sources:
217
223
-`git switch preview && ./build.sh`
218
224
- View results for symptoms of new issues (hint: look for "Warning:"s or "Error:"s).
219
225
- If you found new issue(s) (which aren't due to misconfigurations in your system), [post new issue(s)](https://github.com/SwuduSusuwu/SusuLib/issues/new).
220
-
- Notice: [sensitive issue(s)](./SECURITY.md#sensitive-issues) have a separate protocol.
226
+
- Notice: [sensitive issue(s) have this separate mechanism to use](./SECURITY.md#sensitive-issues).
0 commit comments