8000 [FSSDK-9999] remove jellyfish step from release workflow (#908) · optimizely/javascript-sdk@ce1c435 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce1c435

Browse files
authored
[FSSDK-9999] remove jellyfish step from release workflow (#908)
also update v5.1.0 release date in CHANGELOG.md
1 parent b3a2dab commit ce1c435

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
fi
7373
npm publish --tag=${{ steps.npm-tag.outputs['npm-tag'] }} $DRY_RUN
7474
75-
- name: Report results to Jellyfish
76-
uses: optimizely/jellyfish-deployment-reporter-action@main
77-
if: ${{ always() && github.event_name == 'release' && (steps.release.outcome == 'success' || steps.release.outcome == 'failure') }}
78-
with:
79-
jellyfish_api_token: ${{ secrets.JELLYFISH_API_TOKEN }}
80-
is_successful: ${{ steps.release.outcome == 'success' }}
75+
# - name: Report results to Jellyfish
76+
# uses: optimizely/jellyfish-deployment-reporter-action@main
77+
# if: ${{ always() && github.event_name == 'release' && (steps.release.outcome == 'success' || steps.release.outcome == 'failure') }}
78+
# with:
79+
# jellyfish_api_token: ${{ secrets.JELLYFISH_API_TOKEN }}
80+
# is_successful: ${{ steps.release.outcome == 'success' }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10-
## [5.1.0] - February 29, 2024
10+
## [5.1.0] - March 1, 2024
1111

1212
### New Features
1313
- Add explicit entry points for node, browser and react_native, allowing imports like `import optimizelySdk from '@optimizely/optimizely-sdk/node'`, `import optimizelySdk from '@optimizely/optimizely-sdk/browser'`, `import optimizelySdk from '@optimizely/optimizely-sdk/react_native'` ([#905](https://github.com/optimizely/javascript-sdk/pull/905))

0 commit comments

Comments
 (0)
0