Skip to content

Commit

Permalink
Document release and make major version (#55)
Browse files Browse the repository at this point in the history
* Document release process

* 3.0.0
  • Loading branch information
Siegrift authored Sep 25, 2024
1 parent d1b46fe commit 8929605
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,13 @@ To override a rule, you can use the `rules` section key in your `.eslintrc.js` f
}
}
```

## For developers

This sections is intended for developers of this repo.

### Release

1. Run `pnpm version [major|minor|patch]` by choosing the appropriate version bump.
2. Push the changes to the `main`, either directly or via a pull request.
3. The CI will register a new version and handle the release process.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@api3/eslint-plugin-commons",
"version": "2.0.1",
"version": "3.0.0",
"keywords": [
"eslint",
"eslint-plugin"
Expand Down

0 comments on commit 8929605

Please sign in to comment.