Closed github-actions[bot] closed 10 months ago
@BPScott Do you have the owner role of this repo? I'd like to enable changeset publish
for releasing on CI automatically.
Heh, the last time I merged a changeset PR it suprised me that it didn't do the release for us.
Alas I've not got admin rights to the repo so I can't add secret tokens. Perhaps @lipis might be able to help?
Added @JounQin and @BPScott as "Admin" of this repo.
Thanks again! @fisker
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
eslint-plugin-prettier@5.1.2
Patch Changes
#623
8210e44
Thanks @BPScott! - Add exports mapping to package.json, to allowimport eslintPluginRecommended from 'eslint-plugin-prettier/recommended'
to work as expected.Strictly speaking this is a breaking change as it removes the ability for people to import from "eslint-plugin-prettier/eslint-plugin-prettier.js" and "eslint-plugin-prettier/recommended.js" but the former was never recommended in the first place and the latter has only been available for a few days.
#621
2b09e7f
Thanks @JounQin! - feat: support parsingmarkdown
viaeslint-mdx
natively