PHP Classes

File: .changelog

Recommend this page to a friend!
  Classes of Celso   DB Sync   .changelog   Download  
File: .changelog
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: DB Sync
Synchronize databases between environments
Author: By
Last change:
Date: 3 months ago
Size: 2,463 bytes
 

 

Contents

Class file image Download
<?php return [ 'root' => getcwd(), 'path' => 'CHANGELOG.md', 'headerTitle' => 'Changelog', 'headerDescription' => '', 'sortBy' => 'subject', 'preset' => [ // Breaking changes section 'breaking_changes' => ['label' => '? BREAKING CHANGES', 'description' => 'Code changes that potentially causes other components to fail'], // Types section 'feat' => ['label' => 'Novas funcionalidades', 'description' => 'Novas funcionalidades'], 'perf' => ['label' => 'Melhora na performance', 'description' => 'Melhora no código para performance'], 'fix' => ['label' => 'Correções de erros', 'description' => 'Erros corrigidos'], 'refactor' => ['label' => 'Refatorações', 'description' => 'Refatorações no código'], 'style' => ['label' => 'Estilos', 'description' => 'Alterações no estilos'], 'test' => ['label' => 'Testes', 'description' => 'Alterações ou adições nos testes'], 'build' => ['label' => 'Builds', 'description' => 'Alterações na compilação'], 'ci' => ['label' => 'Integração continua', 'description' => 'Alterações na Pipeline de CI/CD'], 'docs' => ['label' => 'Documentação', 'description' => 'Alteração na documentação'], 'chore' => ['label' => 'Alterações sem importâncias', 'description' => "Outras alterações sem muita importância"], 'revert' => ['label' => 'Reverções', 'description' => 'Reversão de commits'], ], 'types' => [], 'packageBump' => true, 'packageBumps' => [], 'packageLockCommit' => true, 'ignoreTypes' => [], 'ignorePatterns' => ['/^chore\(release\):/i'], 'tagPrefix' => 'v', 'tagSuffix' => '', 'skipBump' => false, 'skipTag' => false, 'skipVerify' => false, 'disableLinks' => false, 'hiddenHash' => false, 'hiddenMentions' => false, 'hiddenReferences' => false, 'prettyScope' => true, 'urlProtocol' => 'https', 'dateFormat' => 'Y-m-d', 'changelogVersionFormat' => '## {{version}} ({{date}})', 'commitUrlFormat' => '{{host}}/{{owner}}/{{repository}}/commit/{{hash}}', 'compareUrlFormat' => '{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}', 'issueUrlFormat' => '{{host}}/{{owner}}/{{repository}}/issues/{{id}}', 'userUrlFormat' => '{{host}}/{{user}}', 'releaseCommitMessageFormat' => 'chore(release): {{currentTag}}', 'hiddenVersionSeparator' => false, 'preRun' => null, 'postRun' => null, 'merged' => false, ];