Skip to content

Commit

Permalink
chore(release): release version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlo Ivan committed Jul 9, 2024
1 parent ed6021f commit 6ad0026
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
"taskName": "OneScript: install from ospx",
"args": [
"opm install ",
"-f .\\build\\vanessa-ci-scripts-1.0.1.ospx"
"-f .\\build\\vanessa-ci-scripts-1.1.1.ospx"
],
"echoCommand": true,
"showOutput": "always",
Expand Down Expand Up @@ -272,4 +272,4 @@
}
}
]
}
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Журнализация изменений проекта

## Версия 1.1.1

- Новый шаги deploy
- Подробный README.md
- Добавлены тесты
- Исправлены ошибки

## Версия 1.0.1

Набор скриптов Continuous Integration for 1C. Устанавливается как библиотека OScript на компьютер с ролью gitlab-runner.
Expand Down
2 changes: 1 addition & 1 deletion src/Модули/ПараметрыПриложения.os
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
//
Функция Версия() Экспорт

Версия = "1.0.1"; // присвоение "Версия = " важно для проверки Сонара
Версия = "1.1.1"; // присвоение "Версия = " важно для проверки Сонара
Возврат Версия;

КонецФункции // Версия()
Expand Down
2 changes: 1 addition & 1 deletion tools/CI/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ install-oscript-vci-dependencies:
- OneS
script:
- echo "value = '${VCI_INSTALL_FROM_HUB}'"
- 'if (${VCI_INSTALL_FROM_HUB} -eq "true") { echo ''включена установку vci из hub.oscript.io''; opm install vanessa-ci-scripts; } else { echo ''включена установку vci из локального пакета!''; opm install -f C:\tools\vanessa-ci-scripts-1.0.1.ospx; }'
- 'if (${VCI_INSTALL_FROM_HUB} -eq "true") { echo ''включена установку vci из hub.oscript.io''; opm install vanessa-ci-scripts; } else { echo ''включена установку vci из локального пакета!''; opm install -f C:\tools\vanessa-ci-scripts-1.1.1.ospx; }'
- vci run gitsync-plugins-init
timeout: 10m
needs:
Expand Down

0 comments on commit 6ad0026

Please sign in to comment.