We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9366a commit c4385fbCopy full SHA for c4385fb
.github/workflows/check_version.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
check-version:
9
- name: Lint and Test
+ name: Check version bump
10
runs-on: ubuntu-latest
11
12
steps:
eslint-plugin/CONTRIBUTING.md
@@ -89,4 +89,6 @@ correctly with all its details. A tooling script makes this job very easy.
89
The last step is to open a PR on this project with the implementation of the rule, and a second one on the ecoCode
90
project with the list of updated rules. Keep an eye on the coverage of your rule implementation 👀
91
92
+Please check the semantic version you wish to target with your development: `yarn version check -i`
93
+
94
This is the end of this guide, thank you for reading this far and contributing to the project 🙏.
0 commit comments