From 8da4a84ea85a3f3b7ea22a60cc58130fa051d216 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 25 Dec 2025 01:07:30 -0500 Subject: [PATCH] other: update changelog and deployment release template (#1917) * other: update changelog and deployment release template * also update pr example for schemastore --- .github/workflows/deployment.yml | 6 ++++++ CHANGELOG.md | 1 + schema/README.md | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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