forked from pingdotgg/t3code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchangelog.json
More file actions
14 lines (14 loc) · 3.05 KB
/
Copy pathchangelog.json
File metadata and controls
14 lines (14 loc) · 3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"__doc__": "Release notes for the auto-update feature, and the release gate's source of truth. Each key is a semver version; its value is an array of notes. A note is either a plain string or an object {\"kind\": \"feat|fix|perf|ui\", \"text\": \"…\"}. Parsers MUST ignore any key that is not valid semver — this __doc__ entry is skipped by design. prepare-release FAILS if the version being released has no entry here (no release without release notes).",
"0.0.28": ["Initial auto-update release scaffold."],
"__doc__": "Release notes for the auto-update feature, and the release gate's source of truth. Each key is a semver version; its value is an array of notes. A note is either a plain string or an object {\"kind\": \"feat|fix|perf|ui\", \"text\": \"…\"}. Parsers MUST ignore any key that is not valid semver — this __doc__ entry is skipped by design. prepare-release FAILS if the version being released has no entry here (no release without release notes).",
"0.0.29": ["Initial auto-update release scaffold. 29"],
"__doc__": "Release notes for the auto-update feature, and the release gate's source of truth. Each key is a semver version; its value is an array of notes. A note is either a plain string or an object {\"kind\": \"feat|fix|perf|ui\", \"text\": \"…\"}. Parsers MUST ignore any key that is not valid semver — this __doc__ entry is skipped by design. prepare-release FAILS if the version being released has no entry here (no release without release notes).",
"0.0.30": ["Initial auto-update release scaffold. 30"],
"__doc__": "Release notes for the auto-update feature, and the release gate's source of truth. Each key is a semver version; its value is an array of notes. A note is either a plain string or an object {\"kind\": \"feat|fix|perf|ui\", \"text\": \"…\"}. Parsers MUST ignore any key that is not valid semver — this __doc__ entry is skipped by design. prepare-release FAILS if the version being released has no entry here (no release without release notes).",
"0.0.31": ["Initial auto-update release scaffold. 31"],
"__doc__": "Release notes for the auto-update feature, and the release gate's source of truth. Each key is a semver version; its value is an array of notes. A note is either a plain string or an object {\"kind\": \"feat|fix|perf|ui\", \"text\": \"…\"}. Parsers MUST ignore any key that is not valid semver — this __doc__ entry is skipped by design. prepare-release FAILS if the version being released has no entry here (no release without release notes).",
"0.0.32": ["Initial auto-update release scaffold. 31"],
"__doc__": "Release notes for the auto-update feature, and the release gate's source of truth. Each key is a semver version; its value is an array of notes. A note is either a plain string or an object {\"kind\": \"feat|fix|perf|ui\", \"text\": \"…\"}. Parsers MUST ignore any key that is not valid semver — this __doc__ entry is skipped by design. prepare-release FAILS if the version being released has no entry here (no release without release notes).",
"0.0.33": ["Initial auto-update release scaffold. 31"]
}