Skip to content

Commit da60c72

Browse files
committed
docs(ci): add README in .github folder
1 parent 551e3f0 commit da60c72

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CI pipelines
2+
3+
## Release
4+
5+
To create a new release for `lsp-ai`, all you'll need to do is create a new branch with the following format: `release/{release_name}`. `release_name` is usually the version of the release package in SemVer format `x.x.x{-rcx}`.
6+
7+
This has the advantage of being able to fix issues for a specific release while continuing developping on the `main` branch by cherry-picking patches. It's inspired by trunk-based development.
8+

0 commit comments

Comments
 (0)