updated NOTES.txt

[skip ci]
This commit is contained in:
silverqx
2024-05-04 14:22:43 +02:00
parent ff31b7aa9b
commit 398e147d72
+16
View File
@@ -1,4 +1,5 @@
Increase/bump the release version:
Increase/bump the release version:
----------------------------------
- bump message format:
@@ -1042,6 +1043,12 @@ TinyORM docs github pages:
tags: docusaurus
---
- Repeatedly
To update browserslist-db and caniuse-lite rules.
npx update-browserslist-db@latest
- npm run clear
Clear a Docusaurus site's generated assets, caches, build artifacts.
@@ -3070,6 +3077,15 @@ Others:
./MaintenanceTool check-updates
./MaintenanceTool clear-cache (if cache is too big: du -sh ~/.cache/qt-unified-linux-online)
- Upgrade GitHub CLI:
https://github.com/cli/cli/blob/trunk/docs/install_linux.md#debian-ubuntu-linux-raspberry-pi-os-apt
wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | gpg --enarmor | sudo tee /etc/apt/trusted.gpg.d/githubcli-archive-keyring.asc > /dev/null
gh completion -s zsh | sudo tee /usr/local/share/zsh/site-functions/_gh
gh completion --shell bash | sudo tee /usr/share/bash-completion/completions/gh
Others:
---