mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-24 11:49:14 -05:00
updated NOTES.txt
[skip ci]
This commit is contained in:
@@ -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:
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user