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

chore: release 2.0.0 #41

Merged
merged 1 commit into from
Dec 13, 2022
Merged

chore: release 2.0.0 #41

merged 1 commit into from
Dec 13, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 13, 2022

🤖 I have created a release beep boop

2.0.0 (2022-12-13)

⚠️ BREAKING CHANGES

  • this module has been refactored to use promises
    • the API is now promise only and no longer accepts a callback
    • the Promise is resolved to a string and no longer returns isDefault
  • this package is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

Documentation

Dependencies


This PR was generated with Release Please. See documentation.

@github-actions
Copy link
Contributor Author

github-actions bot commented Dec 13, 2022

Release Manager

Release workflow run: https://github.com/npm/read/actions/runs/3690096241

Force CI to Update This Release

This PR will be updated and CI will run for every non-chore: commit that is pushed to main. To force CI to update this PR, run this command:

gh workflow run release.yml -r main

Release Checklist for v2.0.0

  • 1. Checkout the release branch and test

    gh pr checkout 41 --force
    npm update
    npm test
    gh pr checks --watch
  • 2. Publish

    npm publish 
  • 3. Merge release PR

    gh pr merge --rebase
    git checkout main
    git fetch
    git reset --hard origin/main
  • 4. Check For Release Tags

    Release Please will run on the just pushed release commit and create GitHub releases and tags for each package.

    gh run watch `gh run list -w release -b main -L 1 --json databaseId -q ".[0].databaseId"`
    

@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from ccc6f55 to b815fe4 Compare December 13, 2022 23:05
@github-actions github-actions bot force-pushed the release-please--branches--main branch from b815fe4 to ec0a5c8 Compare December 13, 2022 23:06
@lukekarrys lukekarrys merged commit afdb602 into main Dec 13, 2022
@lukekarrys lukekarrys deleted the release-please--branches--main branch December 13, 2022 23:15
@github-actions
Copy link
Contributor Author

🤖 Release is at https://github.com/npm/read/releases/tag/v2.0.0 🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant