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 7b87098 commit 229fdedCopy full SHA for 229fded
.travis.yml
@@ -6,11 +6,8 @@ node_js:
6
7
jobs:
8
include:
9
- # Define the release stage that runs semantic-release
10
- stage: release
11
node_js: lts/*
12
- # Advanced: optionally overwrite your default `script` step to skip the tests
13
- # script: skip
14
deploy:
15
provider: script
16
skip_cleanup: true
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-testing-library",
3
- "version": "1.1.1",
+ "version": "0.0.0-semantically-released",
4
"description": "ESLint rules for Testing Library",
5
"keywords": [
"eslint",
0 commit comments