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

New versions not published to NPM #130

Closed
lachlancollins opened this issue Aug 9, 2024 · 5 comments · Fixed by #131
Closed

New versions not published to NPM #130

lachlancollins opened this issue Aug 9, 2024 · 5 comments · Fixed by #131

Comments

@lachlancollins
Copy link
Contributor

The latest version on NPM is v0.5.0, published >1 month ago:

image

However, 3 versions have been released on GitHub since then, with the latest being v0.7.0:

image

The latest release CI workflow shows that it is not getting published because the version in package.json is not getting bumped by the workflow: https://github.com/oxc-project/eslint-plugin-oxlint/actions/runs/10244585173/job/28337848790

Run pnpm -r publish --access public --no-git-checks
There are no new packages that should be published
@Boshen
Copy link
Member

Boshen commented Aug 9, 2024

I've yet got the time to automate this, would you like to help out? We need to make a new release after oxlint is updated.

It's currently triggered by a tag, we need to change this. https://github.com/oxc-project/eslint-plugin-oxlint/actions/runs/10244585173/workflow

@Boshen
Copy link
Member

Boshen commented Aug 9, 2024

@lachlancollins
Copy link
Contributor Author

It's currently triggered by a tag, we need to change this. oxc-project/eslint-plugin-oxlint/actions/runs/10244585173/workflow

It looks like the v0.7.0 tag has been generated, but it's not publishing because package.json still has "version": "0.5.0".

@lachlancollins
Copy link
Contributor Author

I've yet got the time to automate this, would you like to help out? We need to make a new release after oxlint is updated.

@Boshen I think I can try automating this!

@Boshen
Copy link
Member

Boshen commented Aug 10, 2024

It's finally updated https://www.npmjs.com/package/eslint-plugin-oxlint?activeTab=versions

Thank you for the quick updates.

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

Successfully merging a pull request may close this issue.

2 participants