File tree Expand file tree Collapse file tree 5 files changed +25
-42
lines changed
Expand file tree Collapse file tree 5 files changed +25
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # release.yml
2+
3+ changelog :
4+ categories :
5+ - title : ' 🚀 New Features'
6+ labels :
7+ - ' type:new feature'
8+ - title : ' 🔬 Improvements'
9+ labels :
10+ - ' type:improvement'
11+ - title : ' 🐞 Bug Fixes'
12+ labels :
13+ - ' type:bug'
14+ - title : ' ⬆️ Dependency Updates'
15+ labels :
16+ - ' type:dependencies'
17+ - title : ' ⛔️ Security'
18+ labels :
19+ - ' type:security'
20+ - title : ' 👻 Internal changes'
21+ labels :
22+ - ' type:internal'
Original file line number Diff line number Diff line change 66 - ' *'
77 push :
88 branches :
9- - ' master '
9+ - ' main '
1010 - ' hotfix-*'
1111
1212jobs :
2828 - " --prefer-lowest"
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v2.3.4
31+ uses : actions/checkout@v2.4.0
3232
3333 - name : Validate composer.json and composer.lock
3434 run : composer validate
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright 2021 Qameta Software OÜ
189+ Copyright 2022 Qameta Software OÜ
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments