# Общий функционал сервисов
{{#tags}}
{{#ifReleaseTag .}}
## {{name}} - ({{tagDate .}})
{{#ifContainsType commits type='feat'}}
### Новый функционал
{{#commits}}
{{#ifCommitType . type='feat'}}
- {{#eachCommitScope .}} {{.}} {{/eachCommitScope}} {{{commitDescription .}}} ({{commitTime}})
{{/ifCommitType}}
{{/commits}}
{{/ifContainsType}}
{{#ifContainsType commits type='fix'}}
### Исправление ошибок
{{#commits}}
{{#ifCommitType . type='fix'}}
- {{#eachCommitScope .}} {{.}} {{/eachCommitScope}} {{{commitDescription .}}} ({{commitTime}})
{{/ifCommitType}}
{{/commits}}
{{/ifContainsType}}
{{/ifReleaseTag}}
{{/tags}}
The default branch for this project has been changed. Please update your bookmarks.
-
Андрей Пузин authoreddc0e045e