Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 631 Bytes

upgrading.md

File metadata and controls

30 lines (22 loc) · 631 Bytes
author(s)
M. Serhat Dundar (@msdundar)

App Upgrade

Bu işlem yalnızca repository yöneticileri tarafından gerçekleştirilebilir:

bin/rails app:update

Dependency Upgrade

Bağımlılıklar güncellenirken hem nokul uygulamasının, hem de içerdiği plug-in ve engine'lerin bağımlılıkları güncellenmelidir.

bundle update
cd plugins/support && bundle update && cd -
cd plugins/tenant/common && bundle update && cd -
cd plugins/tenant/omu && bundle update && cd -

Version Bump

app.json dosyasından uygulama sürümünü güncelleyin.