File tree 1 file changed +9
-19
lines changed
1 file changed +9
-19
lines changed Original file line number Diff line number Diff line change @@ -160,27 +160,17 @@ devDependency์ด๋ฉด --dev๋ฅผ, peer dependency์ด๋ฉด --peer๋ฅผ ์ถ๊ฐํฉ๋๋ค.
160
160
git switch -c release/v2.9.0
161
161
```
162
162
163
- ์๋ก์ด ๋ฒ์ ์ ์ฌ๋ฆฝ๋๋ค. ์ํ๋ ๋ฒ์ ์ ์ ํํ๋ฉด lerna๊ฐ ์์์ ๋ชจ๋ ํจํค์ง์ ๋ฒ์ ์ ๋ฐ๊ฟ๋๋ค.
163
+ [ npm version] ( https://docs.npmjs.com/cli/v7/commands/npm-version ) ๋ช
๋ น์ ์ฌ์ฉํ์ฌ ๋ฒ์ ์ ๋ณ๊ฒฝํฉ๋๋ค.
164
+ ์ด ๋ ` --workspaces ` ์ต์
์ ์ฌ์ฉํด ์ฃผ์ธ์.
164
165
165
166
``` bash
166
- $ npm run version
167
-
168
- > version
169
- > lerna version --no-push --force-publish
170
-
171
- lerna notice cli v3.22.1
172
- lerna info current version 2.8.0
173
- lerna WARN force-publish all packages
174
- lerna info Assuming all packages changed
175
- ? Select a new version (currently 2.8.0) (Use arrow keys)
176
- Patch (2.8.1)
177
- โฏ Minor (2.9.0)
178
- Major (3.0.0)
179
- Prepatch (2.8.1-alpha.0)
180
- Preminor (2.9.0-alpha.0)
181
- Premajor (3.0.0-alpha.0)
182
- Custom Prerelease
183
- Custom Version
167
+ npm version minor --workspaces
168
+ ```
169
+
170
+ ๋ฒ์ ์ ์ฌ๋ฆฐ ๋ค์ ๋ณ๊ฒฝ๋ ๋ฒ์ ์ package-lock์ ๋ฐ์ํด์ค์ผ ํฉ๋๋ค. ๋ค์ ๋ช
๋ น์ ์คํํ์ธ์.
171
+
172
+ ``` bash
173
+ npm run sync-deps
184
174
```
185
175
186
176
์๋ก์ด ๋ฒ์ ์ ๋ง์ผ์คํค์ด๋ ์ปค๋ฐ ํ์คํ ๋ฆฌ๋ฅผ ์ฐธ๊ณ ํ์ฌ ` CHANGELOG.md ` ์ ๋ณ๊ฒฝ ์ฌํญ์ ์์ฑํฉ๋๋ค.
You canโt perform that action at this time.
0 commit comments