@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.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. 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@18.1.2 @release-it/conventional-changelog @ubic/release-it-config
16
+ yarn add -D release-it @release-it/conventional-changelog @ubic/release-it-config
21
17
  ```
22
18
 
23
19
  ## Настройка
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ubic/release-it-config",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Standard release-it config for projects in ubic technologies",
5
5
  "repository": {
6
6
  "type": "git",