develop/{issue_number}
: for blog maintenancedocs/{issue_number}
: for markdown relativesgh-pages
: for deployment
- SEMANTIC COMMITS that @Queue-ri told you.
- All commit messages should contain issue numbers.
Before you deploy, you must check if:
- all edits are merged into
main
branch - you're currently on
main
branch - the deployment commit message contains the lastest SHA of
main
branch
then launch:
npm run deploy -- -m "chore: Deploy {latest_main_sha}"