Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ibalosh committed Sep 29, 2020
1 parent dd7d368 commit cfe0015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ When releasing a new version of the library, make sure to follow these steps:

Pre-release recommendations:

1. Make sure to run `npm run lint` to check if there are any styling or code errors
* Make sure to check if there are any styling or code errors by running lint tools defined in package.json

Release steps:

Expand All @@ -18,6 +18,6 @@ Release steps:
4. Make sure tests pass (details how to run in package.json)
5. Compile the docs (details in the package.json - unless it's a very small change)
6. Push the changes to Github and wait for tests to pass
7. Push the changes to NPM with `npm-publish`
7. Push the changes to NPM with `npm publish`
8. Update any related content in the [Github wiki](https://github.com/wildbit/postmark.js/wiki)
9. Add release version in the [Github releases](https://github.com/wildbit/postmark.js/releases)
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Supported Versions

We try to apply security updates as fast as possible and we support Node.JS which can be found [here](https://github.com/wildbit/postmark.js/blob/master/.travis.yml).
We try to apply security updates as fast as possible and we support Node.JS versions from the list [here](https://github.com/wildbit/postmark.js/blob/master/.travis.yml).

## Reporting a Vulnerability

Expand Down

0 comments on commit cfe0015

Please sign in to comment.