Skip to content

Commit

Permalink
docs(CHANGELOG): Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatkumar committed Mar 14, 2019
1 parent 70057b2 commit 51f9ae5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
<a name="8.1.1"></a>
### 8.1.1 (2019-03-14)

#### Bug Fixes

* Published NPM package had a bad dependency on `npm` causing new irrelevant packages to get installed

<a name="8.1.0"></a>
## 8.1.0 (2019-03-06)
Expand Down
9 changes: 7 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -55,6 +55,11 @@ Cutting a release is currently a manual process. We use a [Conventional Changelo
```
$ git fetch
$ git pull origin master # ensure you have the latest changes
$ npx unleash [-p for patch, -m for minor, -M for major] -d # do a dry run to verify
$ npx unleash [-p for patch, -m for minor, -M for major]
$ npx unleash [-p for patch, -m for minor, -M for major] --no-publish -d # do a dry run to verify
$ npx unleash [-p for patch, -m for minor, -M for major] --no-publish
# Unleash doesnt support 2FA, hence we use --no-publish flag here.
# This ensures we have the package.json updated, changelog generated, tag created
# and all the changes into origin
# Next, publish to npm manually and do not forget to provide the 2FA code.
$ npm publish
```

0 comments on commit 51f9ae5

Please sign in to comment.