Lines Matching refs:release
9 …es in a repository that developers can contribute to. PETSc has two integration branches: `release`
15 ### `release`
17 The `release` branch contains the latest PETSc release including bug-fixes.
19 Bug-fixes, along with most documentation fixes, should start from `release`.
23 $ git checkout -b yourname/fix-component-name origin/release
26 Bug-fix updates, about every month, (e.g. 3.17.1) are tagged on `release` (e.g. v3.17.1).
32 The `main` branch contains everything in the release branch as well as new features that have passe…
33 and will be in the next release (e.g. version 3.18). Users developing software based
47 - Determine the appropriate integration_branch to start from, `main` or `release` (for documentatio…
53 …git checkout -b <loginname>/<affected-package>-<short-description> origin/main # or origin/release
187 $ git rebase origin/main # or origin/release