Skip to content

Commit

Permalink
ci: added change log release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianEstrada committed Nov 23, 2024
1 parent ee9fd21 commit 888fc2f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,20 @@ jobs:
file: build/libs/otel-extension.jar
asset_name: otel-extension
tag: ${{ github.ref }}
overwrite: true
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"

0 comments on commit 888fc2f

Please sign in to comment.