We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cac06b commit e0df5d9Copy full SHA for e0df5d9
.github/workflows/update-changelog.yml
@@ -94,11 +94,11 @@ jobs:
94
95
function trimPath(relativePath) {
96
return relativePath
97
- .replace('components/terraform/', '')
+ .replace('modules/', '')
98
.replace('/CHANGELOG.md', '');
99
}
100
101
- const currentChangeLogFiles = findChangelogs('./current/components');
+ const currentChangeLogFiles = findChangelogs('./current/modules');
102
const components = [];
103
104
for (let i = 0; i < currentChangeLogFiles.length; i++) {
0 commit comments