Skip to content
Snippets Groups Projects
Select Git revision
  • 35eea30e0b01a2ef2f385c99f6782ae67565bdc3
  • master default
  • fix-remote-url_v4.9.1
  • fix-remote-url_v4.8.3
  • fix-remote-url_v4.8.x
  • fix-remote-url_v4.7.x
  • fix-remote-url_v4.6.0
  • fix-remote-urls
8 results

tidyquestionform.php

Blame
  • release-rules.js 675 B
    // No release is triggered for the types commented out below.
    // Commits using these types will be incorporated into the next release.
    //
    // NOTE: Any changes here must be reflected in `CONTRIBUTING.md`.
    module.exports = [
      {breaking: true, release: 'major'},
      // {type: 'build', release: 'patch'},
      // {type: 'chore', release: 'patch'},
      // {type: 'ci', release: 'patch'},
      {type: 'docs', release: 'patch'},
      {type: 'feat', release: 'minor'},
      {type: 'fix', release: 'patch'},
      {type: 'perf', release: 'patch'},
      {type: 'refactor', release: 'patch'},
      {type: 'revert', release: 'patch'},
      {type: 'style', release: 'patch'},
      {type: 'test', release: 'patch'},
    ];