The default branch for this project has been changed. Please update your bookmarks.
.changelog.hbs 730 Bytes
# Общий функционал сервисов

{{#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}}