-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #501 from alma/release/v4.1.1
Release v4.1.1
- Loading branch information
Showing
6 changed files
with
52 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,8 +102,7 @@ jobs: | |
}); | ||
- name: Format release notes for Slack | ||
# v1.0.2 cannot be used as it is not correctly handling the newlines | ||
uses: LoveToKnow/[email protected] | ||
uses: LoveToKnow/[email protected] | ||
id: slack-markdown-release-notes | ||
with: | ||
text: | | ||
|
@@ -112,13 +111,12 @@ jobs: | |
${{ steps.fetch-release-draft.outputs.body }} | ||
:warning: This release will be available on PrestaShop marketplace in a few hours | ||
cc <@france.berut> <@khadija.cherif> | ||
- name: Send changelog to Slack | ||
uses: slackapi/[email protected] | ||
with: | ||
# TODO: Replace with channel #alma_changelog (id: CR9C57YM6) once full testing is done | ||
# Channel `#devx-experiments` | ||
channel-id: C04MQ9VEWRF | ||
channel-id: CR9C57YM6 | ||
slack-message: ${{ steps.slack-markdown-release-notes.outputs.text }} | ||
payload: | | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters