-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupstream-versions.json
More file actions
61 lines (61 loc) · 2.34 KB
/
upstream-versions.json
File metadata and controls
61 lines (61 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"description": "Pinned upstream specification versions. The check-upstream GitHub Action compares these against live sources monthly.",
"sources": {
"keep-a-changelog": {
"version": "1.1.1",
"url": "https://keepachangelog.com/en/1.1.1/",
"repo": "olivierlacan/keep-a-changelog",
"check_url": "https://raw.githubusercontent.com/olivierlacan/keep-a-changelog/main/CHANGELOG.md",
"last_verified": "2026-02-25",
"stability": "frozen"
},
"contributor-covenant": {
"version": "3.0",
"url": "https://www.contributor-covenant.org/version/3/0/code_of_conduct/",
"repo": "EthicalSource/contributor_covenant",
"check_url": "https://api.github.com/repos/EthicalSource/contributor_covenant/releases/latest",
"last_verified": "2026-02-25",
"stability": "slow — every 3-4 years"
},
"conventional-commits": {
"version": "1.0.0",
"url": "https://www.conventionalcommits.org/en/v1.0.0/",
"repo": "conventional-commits/conventionalcommits.org",
"check_url": "https://api.github.com/repos/conventional-commits/conventionalcommits.org/releases/latest",
"last_verified": "2026-02-25",
"stability": "frozen"
},
"semantic-versioning": {
"version": "2.0.0",
"url": "https://semver.org/",
"repo": "semver/semver",
"check_url": "https://api.github.com/repos/semver/semver/releases/latest",
"last_verified": "2026-02-25",
"stability": "frozen"
},
"github-issue-forms": {
"version": "preview",
"url": "https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema",
"repo": null,
"check_url": null,
"last_verified": "2026-02-25",
"stability": "evolving — still in public preview"
},
"npm-trusted-publishing": {
"version": "2025-07",
"url": "https://docs.npmjs.com/generating-provenance-statements",
"repo": null,
"check_url": null,
"last_verified": "2026-02-25",
"stability": "evolving — GA July 2025"
},
"pypi-trusted-publishers": {
"version": "2023-04",
"url": "https://docs.pypi.org/trusted-publishers/",
"repo": null,
"check_url": null,
"last_verified": "2026-02-25",
"stability": "evolving — feature additions expected"
}
}
}