other: update changelog and deployment release template (#1917)

* other: update changelog and deployment release template

* also update pr example for schemastore
This commit is contained in:
Clement Tsang
2025-12-25 01:07:30 -05:00
committed by GitHub
parent af5eccc07f
commit 8da4a84ea8
3 changed files with 8 additions and 1 deletions
+6
View File
@@ -139,5 +139,11 @@ jobs:
## Other
## Internal Changes
## New Contributores
---
**Full Changelog:**
files: |
./release/*
+1
View File
@@ -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).
+1 -1
View File
@@ -28,7 +28,7 @@ To publish these schemas:
1. Run `scripts/schema/generate.sh <YOUR_VERSION>`.
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