We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9d931 commit d97031dCopy full SHA for d97031d
scripts/update-global-changelog.js
@@ -22,6 +22,9 @@ 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
+ * This function should be run as part of the release process after changeset version
26
+ * but before publishing to ensure the global changelog is updated with the latest changes.
27
+ * It is automatically called by the `yarn changeset-publish` command.
28
* @returns {Promise<void>} A promise that resolves when the changelog is updated
29
* @throws {Error} If there's an issue with git tags or file operations
30
*/
0 commit comments