Skip to content

Commit c4385fb

Browse files
committed
Update CONTRIBUTING.md of eslint-plugin
1 parent 4f9366a commit c4385fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/check_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
check-version:
9-
name: Lint and Test
9+
name: Check version bump
1010
runs-on: ubuntu-latest
1111

1212
steps:

eslint-plugin/CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,6 @@ correctly with all its details. A tooling script makes this job very easy.
8989
The last step is to open a PR on this project with the implementation of the rule, and a second one on the ecoCode
9090
project with the list of updated rules. Keep an eye on the coverage of your rule implementation 👀
9191

92+
Please check the semantic version you wish to target with your development: `yarn version check -i`
93+
9294
This is the end of this guide, thank you for reading this far and contributing to the project 🙏.

0 commit comments

Comments
 (0)