Skip to content

Commit

Permalink
πŸ“ docs: cicd flows
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerohertz committed Oct 31, 2024
1 parent ccde54f commit 2ad272c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sphinx/source/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ The `dev` branch is used when there are functional changes resulting in differen
6. `merge-from-docs`: If merge PR from `docs`, can merge `dev-*` β†’ `master`
3. `master` push
1. `build`: Install dependencies & build package
2. `deploy`
2. `test`: Do PyTest
3. `deploy`
1. `GitHub`: Deploy to GitHub
2. `PyPI`: Deploy to PyPI

Expand All @@ -59,6 +60,8 @@ The `chore` branch is utilized when the build result is not different, but there
5. `docs`: Create PR (`docs` β†’ `dev-*`) including the build results generated by Sphinx
6. `merge-from-docs`: If merge PR from `docs`, can merge `dev-*` β†’ `master`
3. `master` push
1. `build`: Install dependencies & build package
2. `test`: Do PyTest

## Managing Labels for Issues and Pull Requests in GitHub

Expand Down

0 comments on commit 2ad272c

Please sign in to comment.