Skip to content
Snippets Groups Projects
Select Git revision
  • 3163f2c6ee05c9d60446e26a56b5d5a7c4c5825e
  • master default protected
  • hsh-2025012100
  • hsh-2024111900
  • hsh-2024072400
  • hsh-2024060300
  • hsh-2024012900
  • hsh-2023121100
  • hsh-v1.1.9
  • hsh-v1.1.7
10 results

web.go

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'},
    ];