lsp-ai/.github
2024-06-26 22:35:12 +02:00
..
actions/github-release feat: add release CI 2024-06-26 10:49:26 +02:00
workflows fix(ci): set contents: write permissions 2024-06-26 22:35:12 +02:00
README.md docs(ci): add README in .github folder 2024-06-26 22:35:12 +02:00

CI pipelines

Release

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}.

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.