release.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. #
  2. # Copyright © 2016-2023 The Thingsboard Authors
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. #
  16. changelog:
  17. exclude:
  18. labels:
  19. - Ignore for release
  20. categories:
  21. - title: 'Major Core & Rule Engine'
  22. labels:
  23. - 'Major Core'
  24. - 'Major Rule Engine'
  25. exclude:
  26. labels:
  27. - 'Bug'
  28. - title: 'Major UI'
  29. labels:
  30. - 'Major UI'
  31. exclude:
  32. labels:
  33. - 'Bug'
  34. - title: 'Major Transport'
  35. labels:
  36. - 'Major Transport'
  37. exclude:
  38. labels:
  39. - 'Bug'
  40. - title: 'Major Edge'
  41. labels:
  42. - 'Major Edge'
  43. exclude:
  44. labels:
  45. - 'Bug'
  46. - title: 'Core & Rule Engine'
  47. labels:
  48. - 'Core'
  49. - 'Rule Engine'
  50. exclude:
  51. labels:
  52. - 'Bug'
  53. - title: 'UI'
  54. labels:
  55. - 'UI'
  56. exclude:
  57. labels:
  58. - 'Bug'
  59. - title: 'Transport'
  60. labels:
  61. - 'Transport'
  62. exclude:
  63. labels:
  64. - 'Bug'
  65. - title: 'Edge'
  66. labels:
  67. - 'Edge'
  68. exclude:
  69. labels:
  70. - 'Bug'
  71. - title: 'Bug: Core & Rule Engine'
  72. labels:
  73. - 'Core'
  74. - 'Rule Engine'
  75. - 'Bug'
  76. - title: 'Bug: UI'
  77. labels:
  78. - 'UI'
  79. - 'Bug'
  80. - title: 'Bug: Transport'
  81. labels:
  82. - 'Transport'
  83. - 'Bug'
  84. - title: 'Bug: Edge'
  85. labels:
  86. - 'Edge'
  87. - 'Bug'