Skip to content

Commit

Permalink
ci: update the slack message to exclude the date specific changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-Skinner committed Sep 19, 2024
1 parent fed801b commit 1f8127a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slack_payloads/release-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"type": "section",
"text": {
"type": "mrkdwn",
"text": "*Commit Message*: ${{ env.COMMIT_MESSAGE }}\n\n *Release*: ${{ env.RELEASE_URL }}\n\n *Changelog*: ${{ env.CHANGELOG_URL }}"
"text": "*Commit Message*: ${{ env.COMMIT_MESSAGE }}\n\n *Release*: ${{ env.RELEASE_URL }}\n\n *Changelog*: https://pine-icons.netlify.app/"
}
}
]
Expand Down

0 comments on commit 1f8127a

Please sign in to comment.