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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,11 @@
2
2
3
3
The workflows have the goal of automating as much as possible, while keeping workflows flexible to handle odd cases when needed.
4
4
5
-
The goals are:
5
+
**NOTE:** whenever I write mainline below, I am referring to whatever is the default branch in a GitHub repository, e.g. `main`.
6
6
7
-
1. Follow GitHub flow, e.g. PRs into mainline branch (mainline is whatever is the default branch in a GitHub repository).
7
+
**The goals are:**
8
+
9
+
1. Follow GitHub flow, e.g. PRs into mainline branch.
8
10
2. Mainline has latest preview/nightly code in unreleased form, and new preview releases is automatically pushed to GitHub Package Repository when source code changes in mainline.
9
11
3.`stable` branch contains latest released code to NuGet.org.
10
12
4. Use "[Keep a change log](https://keepachangelog.com/en/1.0.0/), where mainline has new items in "Unreleased" section, that are automatically moved to a "released versioned" section when released.
0 commit comments