Skip to content

Commit 96963b8

Browse files
authored
update workflows
1 parent b1f2bf0 commit 96963b8

File tree

5 files changed

+25
-42
lines changed

5 files changed

+25
-42
lines changed

.github/release-drafter.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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'

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '*'
77
push:
88
branches:
9-
- 'master'
9+
- 'main'
1010
- 'hotfix-*'
1111

1212
jobs:
@@ -28,7 +28,7 @@ jobs:
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

.github/workflows/draft-release.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
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.

0 commit comments

Comments
 (0)