Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish to NPM with the default npm registry configured in package.json #92

Merged
merged 7 commits into from
Feb 7, 2024

Commits on Feb 6, 2024

  1. Dry-run of a github action to publish SDK

    Evan Masseau committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    90baa7f View commit details
    Browse the repository at this point in the history
  2. Formalized the script for actual use

    Evan Masseau committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    876afa5 View commit details
    Browse the repository at this point in the history
  3. Try using pre-release to trigger a dry run.

    Evan Masseau committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6087ed5 View commit details
    Browse the repository at this point in the history
  4. Dry run for now

    Evan Masseau committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    588b5fb View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Take out dry run

    Evan Masseau committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3952f6d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ecm/publish-action

    * master:
      Update README.md (#90)
      Add action to publish to NPM after publishing a release (#82)
      Break up CI files so we can get individual badges (#86)
      Release 0.1.2  (#84)
      Readme rewrite with references to native SDKs and Klaviyo help center (#62)
      Pod install | static linking issue | RCT Folly | Turbo modules (#70)
    Evan Masseau committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c1717b6 View commit details
    Browse the repository at this point in the history
  3. It should pull registry from the package.json file

    Evan Masseau committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3bd225a View commit details
    Browse the repository at this point in the history