From ae59ead28e59780fbb40fbef0272572a71d8a1c0 Mon Sep 17 00:00:00 2001 From: George Xu Date: Mon, 31 Oct 2022 12:20:38 -0700 Subject: [PATCH 1/2] docs: edit changelog --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0d85a61d59..4fcd4161ad 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -119,6 +119,7 @@ bolt upgrade electron-wix-msi@latest - This will commit the changes automatically. Run `git log` to confirm that the changes have been committed. - `$NEW_VERSION` should be an un-prefixed [semantic version](https://semver.org/) number (e.g. `6.0.0-beta.67) +- run `git clean -fdx` - `$ node tools/publish.js` - After running the command, you should have a commit which: - Updates the version field in the package.json file From db81532ccac7f9812204b760f49f5a9ad2004ec9 Mon Sep 17 00:00:00 2001 From: George Xu <33054982+georgexu99@users.noreply.github.com> Date: Mon, 31 Oct 2022 13:56:47 -0700 Subject: [PATCH 2/2] Update CONTRIBUTING.md Co-authored-by: Keeley Hammond --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4fcd4161ad..fc49a970ec 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -119,7 +119,7 @@ bolt upgrade electron-wix-msi@latest - This will commit the changes automatically. Run `git log` to confirm that the changes have been committed. - `$NEW_VERSION` should be an un-prefixed [semantic version](https://semver.org/) number (e.g. `6.0.0-beta.67) -- run `git clean -fdx` +- Run `git clean -fdx` - this will ensure unneeded build files (and potentially sensitive files) are not included in the npm package. - `$ node tools/publish.js` - After running the command, you should have a commit which: - Updates the version field in the package.json file