To install the necessary tools for working with OpenMonday, follow these steps:
To install the necessary tool for the project, run the following command in your terminal:
dotnet tool install --global StrawberryShake.Tools --version 14.2.0
In order to interact with the monday.com API, you need to set your monday.com API token as an environment variable.
- Open a PowerShell or Command Prompt window.
- Run the following command, replacing
yourtoken
with your actual monday.com API token:
set OpenMondayConfiguration__MondayToken="yourtoken"
- restart vscode if you don't see the variable.
-
Use the format feat: Features fix: Bug Fixes perf: Performance Improvements refactor: Code Refactoring
feat(documentation): add documentation
-
Generate changelog after tagging
git tag -a v1.1.0 -m "Versione 1.1.0"
git-chglog -o CHANGELOG.md
git push origin --tags