Skip to content

Commit

Permalink
[FSSDK-9999] remove jellyfish step from release workflow (#908)
Browse files Browse the repository at this point in the history
also update v5.1.0 release date in CHANGELOG.md
  • Loading branch information
raju-opti authored Mar 1, 2024
1 parent b3a2dab commit ce1c435
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
fi
npm publish --tag=${{ steps.npm-tag.outputs['npm-tag'] }} $DRY_RUN
- name: Report results to Jellyfish
uses: optimizely/jellyfish-deployment-reporter-action@main
if: ${{ always() && github.event_name == 'release' && (steps.release.outcome == 'success' || steps.release.outcome == 'failure') }}
with:
jellyfish_api_token: ${{ secrets.JELLYFISH_API_TOKEN }}
is_successful: ${{ steps.release.outcome == 'success' }}
# - name: Report results to Jellyfish
# uses: optimizely/jellyfish-deployment-reporter-action@main
# if: ${{ always() && github.event_name == 'release' && (steps.release.outcome == 'success' || steps.release.outcome == 'failure') }}
# with:
# jellyfish_api_token: ${{ secrets.JELLYFISH_API_TOKEN }}
# is_successful: ${{ steps.release.outcome == 'success' }}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [5.1.0] - February 29, 2024
## [5.1.0] - March 1, 2024

### New Features
- 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))
Expand Down

0 comments on commit ce1c435

Please sign in to comment.