@ubic/release-it-config 0.1.12 → 0.1.13
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.
- package/README.md +1 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,16 +8,12 @@
|
|
|
8
8
|
- `@release-it/conventional-changelog` 10 и новее.\* [https://github.com/release-it/conventional-changelog](@release-it/conventional-changelog)
|
|
9
9
|
- Удалить пакет `conventional-changelog-conventionalcommits` из проекта. Подробнее в [FAQ](./README.md?ref_type=heads#faq)
|
|
10
10
|
|
|
11
|
-
> Важно!
|
|
12
|
-
>
|
|
13
|
-
> Версия release-it 19+ требует версию nodejs 22, необходимо устанавливать именно 18 версию.
|
|
14
|
-
|
|
15
11
|
## Установка
|
|
16
12
|
|
|
17
13
|
Установить в проект конфиг и пакеты утилиты:
|
|
18
14
|
|
|
19
15
|
```
|
|
20
|
-
yarn add -D release-it
|
|
16
|
+
yarn add -D release-it @release-it/conventional-changelog @ubic/release-it-config
|
|
21
17
|
```
|
|
22
18
|
|
|
23
19
|
## Настройка
|