Skip to content

Commit 4167497

Browse files
committed
maint(docs): Release notes about GitHub access tokens for GitHub releases.
1 parent a3dc510 commit 4167497

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: RELEASE.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ A pre-commit hook checks for each commit message to conform to the specs.
66
See our [code style guide](docs/developer/styleguide.md) for the changelog format.
77

88
Make sure, you have a ``.env`` file with a ``GITHUB_TOKEN=...`` entry.
9-
This is used for the Github release which is created along with the npm release by ``make release-major``, ``make release-minor`` or ``make release-patch``.
9+
This is used for the GitHub release which is created along with the npm release by ``make release-major``, ``make release-minor`` or ``make release-patch``.
10+
Also see: https://github.com/settings/tokens and https://github.com/release-it/release-it/blob/master/docs/github-releases.md#automated
1011

1112
## Release process
1213

1314
- Run ``npm login`` to be able to push to the npm registry.
1415
- Run either of ``make release-major`` for major releases (e.g. 4.0.0), ``make release-minor`` for minor releases (e.g. 4.1.0) or ``make release-patch`` for patch releases (e.g. 4.0.1).
15-
This command runs ``make check``, runs ``release-it`` in dry run and if successful in real, generates the changelog, increases the package.json version, does a git tag, releases the package to npm and creates a zip file of the bundle which is published at the Github releases page.
16+
This command runs ``make check``, runs ``release-it`` in dry run and if successful in real, generates the changelog, increases the package.json version, does a git tag, releases the package to npm and creates a zip file of the bundle which is published at the GitHub releases page.
1617
- Check: https://www.npmjs.com/package/@patternslib/patternslib
1718
- Check: https://github.com/Patternslib/Patterns/releases
1819

0 commit comments

Comments
 (0)