Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
baev authored Feb 17, 2022
1 parent b1f2bf0 commit 96963b8
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 42 deletions.
25 changes: 0 additions & 25 deletions .github/release-drafter.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# release.yml

changelog:
categories:
- title: '🚀 New Features'
labels:
- 'type:new feature'
- title: '🔬 Improvements'
labels:
- 'type:improvement'
- title: '🐞 Bug Fixes'
labels:
- 'type:bug'
- title: '⬆️ Dependency Updates'
labels:
- 'type:dependencies'
- title: '⛔️ Security'
labels:
- 'type:security'
- title: '👻 Internal changes'
labels:
- 'type:internal'
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '*'
push:
branches:
- 'master'
- 'main'
- 'hotfix-*'

jobs:
Expand All @@ -28,7 +28,7 @@ jobs:
- "--prefer-lowest"
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.4.0

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/draft-release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021 Qameta Software OÜ
Copyright 2022 Qameta Software OÜ

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 96963b8

Please sign in to comment.