- Always speak and write in English throughout this conversation
When a feature is completed:
- Use
ghCLI to fetch the latest tag:gh release list --limit 1 - Create a new tag for the new feature release
- Publish the exe with the new tag
When adding a new issue:
- First create an MD file in
docs/issues/directory - Write the issue in English, without metadata
- Then create the issue using
ghCLI:gh issue create --title "Title" --body "Body content" - Verify that labels are coherent and existent before applying them