diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index cad38e5d..bd03622e 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -139,5 +139,11 @@ jobs: ## Other ## Internal Changes + + ## New Contributores + + --- + + **Full Changelog:** files: | ./release/* diff --git a/CHANGELOG.md b/CHANGELOG.md index ccdb9b91..0938eabf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ That said, these are more guidelines rather than hardset rules, though the proje - [#1888](https://github.com/ClementTsang/bottom/pull/1888): Make automatically generated `.deb` package conflict with the official one. - [#1891](https://github.com/ClementTsang/bottom/pull/1891): Fix typos in codebase. +- [#1896](https://github.com/ClementTsang/bottom/pull/1896): Rename Linux icon to avoid collision with generic "bottom" icon. - [#1913](https://github.com/ClementTsang/bottom/pull/1913): Add `loongarch64-unknown-linux-gnu` binary build target in CI. - [#1914](https://github.com/ClementTsang/bottom/pull/1914): Add `aarch64-linux-android` binary build target in CI (with no default features). diff --git a/schema/README.md b/schema/README.md index 38371419..cfc64d90 100644 --- a/schema/README.md +++ b/schema/README.md @@ -28,7 +28,7 @@ To publish these schemas: 1. Run `scripts/schema/generate.sh `. 2. Make a PR and merge it. 3. Then, make a PR to [schemastore](https://github.com/SchemaStore/schemastore) to update the catalog. - [Here's an example of a PR](https://github.com/SchemaStore/schemastore/pull/3571). + [Here's an example of a PR](https://github.com/SchemaStore/schemastore/pull/5242). ### Nightly