You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2023. It is now read-only.
├── create-changelog.py <-- Creates changelogs/*.md and CHANGELOG.md
31
34
└── create-pull-request.py <-- Creates PR if audit files update
35
+
└── changelogs
36
+
├── v8-changelog.json <-- Machine-readable changelog of v8.*.*
37
+
├── v8-changelog.md <-- Human-readable changelog of v8.*.*
38
+
├── ...
39
+
└── ...
32
40
└── specs <-- Region resource spec dir
33
41
├── us-east-1
34
42
│ └── CloudFormationResourceSpecification.json
@@ -48,6 +56,8 @@ This repository automatically updates itself over time.
48
56
- Lint with flake8
49
57
- Look for and update new CFN specs if found
50
58
- Audit documentation links and cfn user guide
59
+
- Generate changelog source file
60
+
- Generate changelog markdown file
51
61
- Create pull request if any files were updated
52
62
53
63
> ***NOTE:***_The **Install dependencies via Pipenv** step also updates the `aws-cloudformation-user-guide` submodule, if any updates are available._
@@ -75,7 +85,11 @@ The following files may be updated:
75
85
-`supported-regions-per-resource.json`
76
86
-`documentation-lookup-errors.json`
77
87
78
-
> ***NOTE:***__If any files are updated, either the JSON files listed above or the `aws-cloudformation-user-guide` submodule, then the last build step creates a new branch with a PR: **Create pull request if any files were updated**_
88
+
> ***NOTE:***_If any files are updated, either the JSON files listed above or the `aws-cloudformation-user-guide` submodule, then the last build step creates a new branch with a PR: **Create pull request if any files were updated**_
0 commit comments