mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-29 05:12:01 +08:00

* feat: show release note in alerts dashboards and services pages * fix: made code changes as per review and changed message in release note * fix: solved build pipeline issue * fix: solved lint issue Co-authored-by: mindhash <mindhash@mindhashs-MacBook-Pro.local> Co-authored-by: Pranay Prateek <pranay@signoz.io> Co-authored-by: Ankit Nayan <ankit@signoz.io>
5 lines
81 B
TypeScript
5 lines
81 B
TypeScript
export default interface ReleaseNoteProps {
|
|
path?: string;
|
|
release?: string;
|
|
}
|