mirror of
https://github.com/robonen/metr.git
synced 2026-03-20 19:04:43 +00:00
31 lines
1.3 KiB
Markdown
31 lines
1.3 KiB
Markdown
# Metr
|
||
|
||
<p align="center">
|
||
<a href="https://forma-web.ru">
|
||
<img alt="Logo" src="public/logo.svg" width="300" title="Logo">
|
||
</a>
|
||
</p>
|
||
|
||
<p align="center">
|
||
<a href="https://github.com/robonen/metr-frontend/actions">
|
||
<img src="https://github.com/robonen/metr-frontend/actions/workflows/release.yml/badge.svg" title="Release status">
|
||
</a>
|
||
<a href="https://github.com/robonen/metr-frontend/actions">
|
||
<img src="https://github.com/robonen/metr-frontend/actions/workflows/test.yml/badge.svg" title="Lint status">
|
||
</a>
|
||
<a href="https://github.com/robonen/metr-frontend/releases">
|
||
<img src="https://img.shields.io/github/v/release/robonen/metr-frontend?display_name=tag&label=Last%20Version&color=brightgreen" title="Last version">
|
||
</a>
|
||
</p>
|
||
|
||
## Github Flow ⚠
|
||
|
||
Продакшен ветка - `master`
|
||
|
||
Ветка для разработки - `dev-x.x.x`
|
||
|
||
### Порядок работы с репозиторием
|
||
- Создать ветку с версией dev-x.x.x
|
||
- После окончания работы над версией и успешным прохождением тестов выполнить слияние с master веткой
|
||
- Для создания нового релиза перейти в раздел Releases, заполнить описание версии и добавить тег
|