[lightlib] Add port: lightlib version 0.1.4 - #53328
Draft
NikSimDev wants to merge 7 commits into
Draft
Annotations
1 error
|
Generate Reply
After committing all other changes, the version database must be updated.
This can be done by running the following commands:
PowerShell
```powershell
git fetch https://github.com/microsoft/vcpkg master
$merge_base = git merge-base HEAD FETCH_HEAD
git restore --source=$merge_base --staged --worktree -- versions
git clean -fd -- versions
./vcpkg x-add-version --all
```
bash
```bash
git fetch https://github.com/microsoft/vcpkg master
merge_base="$(git merge-base HEAD FETCH_HEAD)"
git restore --source="$merge_base" --staged --worktree -- versions
git clean -fd -- versions
./vcpkg x-add-version --all
```
|
background
wait
wait-all
cancel
parallel
Loading