We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c024b43 commit ea9d931Copy full SHA for ea9d931
scripts/update-global-changelog.js
@@ -20,6 +20,11 @@ import { version as newVersion } from '@spectrum-web-components/base/src/version
20
const __dirname = path.dirname(fileURLToPath(import.meta.url));
21
const repoUrl = 'https://github.com/adobe/spectrum-web-components';
22
23
+/**
24
+ * Creates or updates the global CHANGELOG.md file based on changeset files.
25
+ * @returns {Promise<void>} A promise that resolves when the changelog is updated
26
+ * @throws {Error} If there's an issue with git tags or file operations
27
+ */
28
async function createGlobalChangelog() {
29
if (!newVersion) {
30
console.error('Error: newVersion is undefined or empty');
0 commit comments