Skip to content

Commit

Permalink
Merge pull request #107 from liferay/wincent/doc-tweaks
Browse files Browse the repository at this point in the history
docs(eslint-config): tweak CONTRIBUTING.md
  • Loading branch information
wincent authored Oct 2, 2020
2 parents 134cd1e + 81f7dde commit ec92ae9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions projects/eslint-config/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@

3. Update [CHANGELOG.md](./CHANGELOG.md).

Run [liferay-changelog-generator](https://www.npmjs.com/package/liferay-changelog-generator):
Run [`@liferay/changelog-generator`](https://www.npmjs.com/package/@liferay/changelog-generator):

npx liferay-changelog-generator --version=v4.1.0
npx @liferay/changelog-generator --version=v4.1.0

If you're not sure what version number to supply (ie. because you don't know exactly what changes will be included), you can pass the `--dry-run` switch along with an arbitrary version number to get a preview printed to standard output:

npx @liferay/changelog-generator --version=v0.0.0 --dry-run

4. Review the changes.

Expand Down

0 comments on commit ec92ae9

Please sign in to comment.