|
| 1 | +name-template: 'Release v$RESOLVED_VERSION' |
| 2 | +tag-template: 'v$RESOLVED_VERSION' |
| 3 | +version-template: '$MAJOR.$MINOR' |
| 4 | +exclude-labels: |
| 5 | + - 'hotfix' |
| 6 | +filter-by-commitsh: true |
| 7 | +categories: |
| 8 | + - title: 'API' |
| 9 | + label: 'api' |
| 10 | + - title: 'JSF' |
| 11 | + label: 'jsf' |
| 12 | + - title: 'Agendamentos' |
| 13 | + label: 'agendamento' |
| 14 | + - title: 'Criar Conta' |
| 15 | + label: 'criarconta' |
| 16 | + - title: 'Controle Versão' |
| 17 | + label: 'controleversao' |
| 18 | + - title: 'Cobrança Alerta' |
| 19 | + label: 'cobrancaalerta' |
| 20 | + - title: 'Cobrança Email' |
| 21 | + label: 'cobrancaemail' |
| 22 | + - title: 'Email Enviar' |
| 23 | + label: 'emailenviar' |
| 24 | + - title: 'Integração Asaas' |
| 25 | + label: 'integracaoasaas' |
| 26 | + - title: 'Integração Importar' |
| 27 | + label: 'integracaoimportar' |
| 28 | + - title: 'Integração OList' |
| 29 | + label: 'integracaoolist' |
| 30 | + - title: 'Integração PJ Bank' |
| 31 | + label: 'integracaopjbank' |
| 32 | + - title: 'JOBs' |
| 33 | + label: 'jobs' |
| 34 | + - title: 'Modelo Spring' |
| 35 | + label: 'modelospring' |
| 36 | + - title: 'NFe API' |
| 37 | + label: 'nfeapi' |
| 38 | + - title: 'NFe Integração' |
| 39 | + label: 'nfeintegracao' |
| 40 | + - title: 'Relatórios Jasper' |
| 41 | + label: 'relatoriosjasper' |
| 42 | + - title: 'SPED' |
| 43 | + label: 'sped' |
| 44 | + - title: 'Nova Arquitetura' |
| 45 | + label: 'novaarquitetura' |
| 46 | + - title: 'DevOps' |
| 47 | + label: 'devops' |
| 48 | + - title: 'Dependências' |
| 49 | + label: 'dependencies' |
| 50 | + - title: 'Documentação' |
| 51 | + label: 'documentation' |
| 52 | + - title: 'Chamados' |
| 53 | + label: 'chamado' |
| 54 | + - title: 'Merge to Release' |
| 55 | + label: 'merge.to.release' |
| 56 | + - title: 'Merge to Master' |
| 57 | + label: 'merge.to.master' |
| 58 | + - title: 'Produto' |
| 59 | + label: 'produto' |
| 60 | +version-resolver: |
| 61 | + major: |
| 62 | + labels: |
| 63 | + - 'major' |
| 64 | + minor: |
| 65 | + labels: |
| 66 | + - 'minor' |
| 67 | + patch: |
| 68 | + labels: |
| 69 | + - 'patch' |
| 70 | + default: 'major' |
| 71 | +no-changes-template: 'Em desenvolvimento ' |
| 72 | +change-template: '#$NUMBER | $TITLE @$AUTHOR' |
| 73 | +template: | |
| 74 | + ## Alterações |
| 75 | + $CHANGES |
0 commit comments