@wishket/eslint-config-wishket 0.2.5 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -47,13 +47,11 @@ jobs:
|
|
|
47
47
|
cat <<< "$( jq ".version = \"$TAG_NAME\"" package.json )" > package.json
|
|
48
48
|
cat package.json
|
|
49
49
|
echo -e "---\n'@wishket/eslint-config-wishket': patch\n---\n\nPublish with tag $TAG_NAME" > .changeset/force-publish.md
|
|
50
|
-
yarn changeset version
|
|
51
50
|
yarn changeset publish
|
|
52
51
|
env:
|
|
53
52
|
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
54
53
|
GITHUB_TOKEN: ${{ secrets.PJW_GITHUB_TOKEN }}
|
|
55
54
|
|
|
56
|
-
|
|
57
55
|
- name: Output version number
|
|
58
56
|
run: |
|
|
59
57
|
name=$(jq -r .name package.json)
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,7 @@
|
|
|
1
|
-
# @wishket/eslint-
|
|
1
|
+
# @wishket/eslint-plugin
|
|
2
2
|
|
|
3
|
-
## 0.2.
|
|
3
|
+
## 0.2.8
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
## 0.1.2
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- [`bf4ac65`](https://github.com/wishket/eslint-config-wishket/commit/bf4ac6508143f146b0b939f76932be69e6e04efb) Thanks [@wishket-pjw](https://github.com/wishket-pjw)! - auto versioning test
|
|
14
|
-
|
|
15
|
-
## 0.1.1
|
|
16
|
-
|
|
17
|
-
### Patch Changes
|
|
18
|
-
|
|
19
|
-
- [`bd09176`](https://github.com/wishket/eslint-config-wishket/commit/bd091760fc15b833603da50482634cf66c767e1b) Thanks [@wishket-pjw](https://github.com/wishket-pjw)! - auto versioning test
|
|
7
|
+
- 패키지 경로 변경
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wishket/eslint-config-wishket",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"description": "Wishket's eslint config",
|
|
5
|
-
"main": "index.js",
|
|
5
|
+
"main": "src/index.js",
|
|
6
6
|
"author": "wishket-pjw <pjw@wishket.com> (https://github.com/wishket-pjw)",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"peerDependencies": {
|