diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 6d726e2..0000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,25 +0,0 @@ -name-template: '$NEXT_MINOR_VERSION' -tag-template: '$NEXT_MINOR_VERSION' -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' - -change-template: '* $TITLE (via #$NUMBER) - @$AUTHOR' -exclude-labels: - - 'type:internal' -template: | - $CHANGES - - ## šŸ‘€ Links - - [Commits since $PREVIOUS_TAG](https://github.com/allure-framework/allure-phpunit/compare/$PREVIOUS_TAG...master) diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000..c382d69 --- /dev/null +++ b/.github/release.yml @@ -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' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7e8845..05d3325 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: - '*' push: branches: - - 'master' + - 'main' jobs: tests: diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml deleted file mode 100644 index ea9ee55..0000000 --- a/.github/workflows/draft-release.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Release Draft - -on: - push: - branches: - - master - -jobs: - update_draft_release: - runs-on: ubuntu-latest - steps: - - uses: toolmantim/release-drafter@v5.15.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/labels-verify.yml b/.github/workflows/labels-verify.yml index be1ae2b..fbd3caf 100644 --- a/.github/workflows/labels-verify.yml +++ b/.github/workflows/labels-verify.yml @@ -2,7 +2,7 @@ name: "Verify type labels" on: pull_request: - types: [opened, labeled, unlabeled, synchronize] + types: [ labeled, unlabeled ] jobs: triage: diff --git a/LICENSE b/LICENSE index fbd5b25..244d7f8 100644 --- a/LICENSE +++ b/LICENSE @@ -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.