Skip to content

Commit 1879a04

Browse files
Iru89amerino84ht-botonic-publish[bot]
authored
botonic: bump core, google-translation, segment (#3042)
## Description bump versions of core, google-translation, segment after fail test to publish from github action --------- Co-authored-by: Alejandro <[email protected]> Co-authored-by: ht-botonic-publish[bot] <217901480+ht-botonic-publish[bot]@users.noreply.github.com>
1 parent 2d91f9a commit 1879a04

File tree

5 files changed

+17
-22
lines changed

5 files changed

+17
-22
lines changed

.github/workflows/botonic-publish.yml

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,6 @@ jobs:
149149
- run: |
150150
git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
151151
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'
152-
# git commands like commit work using the bot user
153-
- run: |
154-
git add .
155-
git commit -m "Auto-generated changes"
156-
git push
157152
158153
- name: Commit version changes
159154
run: |
@@ -186,14 +181,14 @@ jobs:
186181
SLACK_CHANNEL: '#team-botonic'
187182
SLACK_TITLE: 'Botonic version ${{ steps.version.outputs.new_version }} published succesfully'
188183
MSG_MINIMAL: true
189-
- name: Sending Slack notification (failure)
190-
uses: rtCamp/action-slack-notify@v2
191-
if: failure()
192-
env:
193-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_TEAM_PLATFORM }}
194-
SLACK_USERNAME: Github
195-
SLACK_ICON_EMOJI: ':bell:'
196-
SLACK_COLOR: danger
197-
SLACK_CHANNEL: '#team-botonic'
198-
SLACK_TITLE: 'Botonic version ${{ steps.version.outputs.new_version }} failed to publish'
199-
MSG_MINIMAL: true
184+
# - name: Sending Slack notification (failure)
185+
# uses: rtCamp/action-slack-notify@v2
186+
# if: failure()
187+
# env:
188+
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_TEAM_PLATFORM }}
189+
# SLACK_USERNAME: Github
190+
# SLACK_ICON_EMOJI: ':bell:'
191+
# SLACK_COLOR: danger
192+
# SLACK_CHANNEL: '#team-botonic'
193+
# SLACK_TITLE: 'Botonic version ${{ steps.version.outputs.new_version }} failed to publish'
194+
# MSG_MINIMAL: true

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/botonic-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/core",
3-
"version": "0.36.0",
3+
"version": "0.36.1",
44
"license": "MIT",
55
"description": "Build Chatbots using React",
66
"main": "./lib/cjs/index.js",

packages/botonic-plugin-google-translation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/plugin-google-translation",
3-
"version": "0.36.0",
3+
"version": "0.36.1",
44
"license": "MIT",
55
"main": "lib/index.js",
66
"scripts": {

packages/botonic-plugin-segment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@botonic/plugin-segment",
3-
"version": "0.36.0",
3+
"version": "0.36.4",
44
"license": "MIT",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)