diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a3f9500..a75d47a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,4 +32,20 @@ jobs: file: build/libs/otel-extension.jar asset_name: otel-extension tag: ${{ github.ref }} - overwrite: true \ No newline at end of file + overwrite: true + create-change-log: + needs: publish + name: Create and publish change log + runs-on: ubuntu-latest + timeout-minutes: 5 + steps: + - name: Run changelog cli action + uses: monta-app/changelog-cli-action@main + with: + service-name: "Open Telemetry Extension" + github-release: true + github-token: ${{ secrets.GITHUB_TOKEN }} + jira-app-name: "montaapp" + output: "slack" + slack-token: ${{ secrets.SLACK_APP_TOKEN }} + slack-channel: "#releases,#backend-observability"