Skip to content

Commit

Permalink
Avoid build breaking post release due to CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Nov 5, 2021
1 parent c8987c8 commit 415764e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 5 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@

- [`3f598221`](https://github.com/sinonjs/sinon/commit/3f598221045904681f2b3b3ba1df617ed5e230e3)
Fix issue with npm unlink for npm version > 6 (Carl-Erik Kopseng)
>
> 'npm unlink' would implicitly unlink the current dir
> until version 7, which requires an argument
>
> 'npm unlink' would implicitly unlink the current dir
> until version 7, which requires an argument
- [`51417a38`](https://github.com/sinonjs/sinon/commit/51417a38111eeeb7cd14338bfb762cc2df487e1b)
Fix bundling of cjs module (#2412) (Julian Grinblat)
>
> * Fix bundling of cjs module >
> * Run prettier
> - Fix bundling of cjs module
>
> - Run prettier
_Released by [Carl-Erik Kopseng](https://github.com/fatso83) on 2021-11-04._

Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scripts/postversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e
PACKAGE_VERSION=$(node -p -e "require('./package.json').version")

echo 'postversion tasks'
prettier --write CHANGES.md # after manually hand-editing this might need fixes
./scripts/copy-documentation-for-new-release.sh $PACKAGE_VERSION

echo 'set new current/next release id in documentation'
Expand Down

0 comments on commit 415764e

Please sign in to comment.