Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
iansu committed Aug 30, 2019
1 parent b4abec0 commit 8211ee3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 0.3.2 (Aug 27 2019)
## 0.3.3 (August 30, 2019)

- Revert `@typescript-eslint/promise-function-async` rule due to performance issues

## 0.3.2 (August 27, 2019)

- `@typescript-eslint/promise-function-async` on
- `require-await` off (conflicts with above)
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,12 @@ No. If you want to do this, you have to ask the team. If a rule really doesn't m
**Can I disable the rule on one line in my code, I have a good reason.**

Yes. That's ok. Use a single-line disable.

## Publishing

1. Update the version in `package.json`
1. Create a `CHANGELOG` entry
1. Commit your changes
1. `npm pack` to see what will be published then delete the `.tgz` file that was created
1. `npm publish`
1. Create a release on GitHub. Use the version as the tag and release name. For example for version `1.0.0` the tag and release name would be `v1.0.0`. Add the `CHANGELOG` details to the release.

0 comments on commit 8211ee3

Please sign in to comment.