Skip to content

Commit

Permalink
Publish 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
levibuzolic committed Oct 23, 2022
1 parent 92727c0 commit d5a13ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions RELEASING.md
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-no-only-tests",
"version": "3.0.0",
"version": "3.1.0",
"description": "ESLint rule for .only blocks in mocha tests",
"keywords": [
"eslint",
Expand Down

0 comments on commit d5a13ca

Please sign in to comment.