-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92727c0
commit d5a13ca
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
Releasing is handled by GitHub Actions and is powered by GitHub Releases. | ||
|
||
1. Verify the package contents and size using `npm publish --dry-run` | ||
2. [Draft a new release](https://github.com/levibuzolic/eslint-plugin-no-only-tests/releases/new) | ||
2. [Watch the release build](https://github.com/levibuzolic/eslint-plugin-no-only-tests/actions/workflows/publish.yml) | ||
1. Set the new version following the [semver](https://semver.org/) specification in `package.json` | ||
2. Verify the package contents and size using `npm publish --dry-run` | ||
3. [Draft a new release](https://github.com/levibuzolic/eslint-plugin-no-only-tests/releases/new) | ||
* Set the tag version to the new version | ||
* Set the release title to the new version | ||
* Auto-generate the release notes, excluding any internal changes | ||
4. [Watch the release build](https://github.com/levibuzolic/eslint-plugin-no-only-tests/actions/workflows/publish.yml) and verify it completes successfully |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters