Skip to content

Commit 7572519

Browse files
committed
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-12-20) ### Bug Fixes * **ci:** add missing code coverage instrumentation step ([a77468f](a77468f)) * **ci:** configure default release branches for semantic-release ([6e14ba2](6e14ba2)) * **ci:** configure semantic-release npm plugin ([9fe4b3b](9fe4b3b)) * **ci:** fix broken config ([66f35f8](66f35f8)) * **ci:** fix broken YAML ([3fbd075](3fbd075)) * **ci:** fix broken YAML ([63d3acd](63d3acd)) * **ci:** fix broken YAML ([5a31dc1](5a31dc1)) * **ci:** fix broken YAML ([4e18699](4e18699)) * **ci:** fix releaserc configuration ([70d4a8a](70d4a8a)) * **ci:** fix the npm registry publishing ([30b5bd6](30b5bd6)) * **ci:** turn off signed git tags as well ([5d90b73](5d90b73)) * **ci:** turn off signed pushes ([730bfa8](730bfa8)) * **ci:** use oslashbot personal access token always ([f6c7590](f6c7590)) * **ci:** use the action directive correctly for 'npm ci' commands ([27b2c83](27b2c83)) * **docs:** update markdown formatting to fix badge ([5daa557](5daa557)) * **release:** set missing env for alex ([571445e](571445e)) * **test:** configure nyc correctly for TypeScript and turn on coverage for ALL files ([03fa86c](03fa86c)) ### Features * add all rules ([2bf8fe1](2bf8fe1)) * add core ([f0a6e47](f0a6e47)) * add semantic-release config ([34ee9f3](34ee9f3)) * basic setup ([578eb5f](578eb5f)) * **ci:** add code coverage ([bae1e4e](bae1e4e))
1 parent baa0a88 commit 7572519

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# 1.0.0 (2021-12-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** add missing code coverage instrumentation step ([a77468f](https://github.com/getoslash/eslint-plugin-tap/commit/a77468fc95974d03c5832fdcacb4c7f22363d8a4))
7+
* **ci:** configure default release branches for semantic-release ([6e14ba2](https://github.com/getoslash/eslint-plugin-tap/commit/6e14ba20705a4f686ff87a4818934db31c17950c))
8+
* **ci:** configure semantic-release npm plugin ([9fe4b3b](https://github.com/getoslash/eslint-plugin-tap/commit/9fe4b3bcd111ee97faaab0d17f6596ce7a36075c))
9+
* **ci:** fix broken config ([66f35f8](https://github.com/getoslash/eslint-plugin-tap/commit/66f35f81fc18bc2e63c36401b7e942ff4e8b133a))
10+
* **ci:** fix broken YAML ([3fbd075](https://github.com/getoslash/eslint-plugin-tap/commit/3fbd075b9e1c43072b17fbe16067593112a98523))
11+
* **ci:** fix broken YAML ([63d3acd](https://github.com/getoslash/eslint-plugin-tap/commit/63d3acdfdf2571ca1c698aa7497b5aff9b789426))
12+
* **ci:** fix broken YAML ([5a31dc1](https://github.com/getoslash/eslint-plugin-tap/commit/5a31dc157618521482113f8dda2160bde49a99cc))
13+
* **ci:** fix broken YAML ([4e18699](https://github.com/getoslash/eslint-plugin-tap/commit/4e18699efddebe47458b9149239316806389583f))
14+
* **ci:** fix releaserc configuration ([70d4a8a](https://github.com/getoslash/eslint-plugin-tap/commit/70d4a8aeb5512580f79caf6bf8017970f7b92d14))
15+
* **ci:** fix the npm registry publishing ([30b5bd6](https://github.com/getoslash/eslint-plugin-tap/commit/30b5bd6cbc735b7b360029271f44cbb2a00afd37))
16+
* **ci:** turn off signed git tags as well ([5d90b73](https://github.com/getoslash/eslint-plugin-tap/commit/5d90b730ed2c165572ce2c61b1241cccaeec548c))
17+
* **ci:** turn off signed pushes ([730bfa8](https://github.com/getoslash/eslint-plugin-tap/commit/730bfa8589d8e3573627dfa08c95bfe3c156def8))
18+
* **ci:** use oslashbot personal access token always ([f6c7590](https://github.com/getoslash/eslint-plugin-tap/commit/f6c7590f9d583d7946033ae0c8f81f22e1286f3e))
19+
* **ci:** use the action directive correctly for 'npm ci' commands ([27b2c83](https://github.com/getoslash/eslint-plugin-tap/commit/27b2c837c69be26dc8b2e5c2468abf727806de71))
20+
* **docs:** update markdown formatting to fix badge ([5daa557](https://github.com/getoslash/eslint-plugin-tap/commit/5daa557ecc39e259d28d9db628a985997b0d885f))
21+
* **release:** set missing env for alex ([571445e](https://github.com/getoslash/eslint-plugin-tap/commit/571445e5744ebb152e14403f5341cd01eee374f0))
22+
* **test:** configure nyc correctly for TypeScript and turn on coverage for ALL files ([03fa86c](https://github.com/getoslash/eslint-plugin-tap/commit/03fa86caedef941b061f3f407b732b90b4d1abfa))
23+
24+
25+
### Features
26+
27+
* add all rules ([2bf8fe1](https://github.com/getoslash/eslint-plugin-tap/commit/2bf8fe1a381b2d4eda4fdc4f9d1b717c7a8ca61b))
28+
* add core ([f0a6e47](https://github.com/getoslash/eslint-plugin-tap/commit/f0a6e47eadb459f894a240316e7bf2c48a0c14ea))
29+
* add semantic-release config ([34ee9f3](https://github.com/getoslash/eslint-plugin-tap/commit/34ee9f375c84d984341c04bbf4fed1f3657a98dd))
30+
* basic setup ([578eb5f](https://github.com/getoslash/eslint-plugin-tap/commit/578eb5f2f7e2d7bd95a3fb973d4ffda9bc68f817))
31+
* **ci:** add code coverage ([bae1e4e](https://github.com/getoslash/eslint-plugin-tap/commit/bae1e4ee55b888b82ba18d77c90e828327c2b3c1))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-tap",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "ESLint rules for tap",
55
"license": "MIT",
66
"repository": "https://github.com/getoslash/eslint-plugin-tap",

0 commit comments

Comments
 (0)