Skip to content

Commit 9ceaf37

Browse files
authored
Update README.md
1 parent 7cb1eb7 commit 9ceaf37

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
The workflows have the goal of automating as much as possible, while keeping workflows flexible to handle odd cases when needed.
44

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`.
66

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.
810
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.
911
3. `stable` branch contains latest released code to NuGet.org.
1012
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

Comments
 (0)