diff --git a/.github/workflows/notify-teams.yml b/.github/workflows/notify-teams.yml new file mode 100644 index 0000000..9477f4e --- /dev/null +++ b/.github/workflows/notify-teams.yml @@ -0,0 +1,19 @@ +name: Notify Teams on Release + +on: + push: + tags: + - '*' + +jobs: + notify: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - uses: MultiSafepay/microsoft-teams-release-notifications@main + with: + webhook_url: ${{ secrets.MSTEAMS_WEBHOOK }} + changelog_path: "./CHANGELOG.md" \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8c409..8670a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,6 @@ All notable changes to the MultiSafepay Python SDK will be documented in this fi The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - ## [3.0.0] - 2026-03-05 ### Added