-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
bump all packages versions #502
Conversation
(didn't forget about this, just crunching at work so hard to keep things afloat you wouldn't believe) |
@panekj So this PR still doesn't receive updates after #403 (comment). |
Comments in issues actually don't decrease work I have so no, there has been no update. |
What is mainly missing is changelog to collect and write up. |
@panekj They should be definitely managed by tools like changesets FYI, manually maintaining such verbose jobs is boring and tiring IMO. |
I personally like https://release-plz.ieni.dev/ It works like this:
|
@flying-sheep Where are the changelog contents from? |
there’s 3 paragraphs on the linked website, the second of which answers your question better than I can. |
OK, it's still commit message based, what means the changelog can not be changed after committed. Not flexible as |
Whatever works best for you! Just FYI: with release-plz, you can change the changelog in the PR before merging. The changelog/versions it autogenerates are not just message based, it also analyzes your code and figures out if your API changes classify as breaking or not. But in the end, you are in control. Check out this example for a release PR: release-plz/release-plz#1170 PS: I’m just trying to help! I’d love a new Taplo release soon. |
# taplo/js/cli
yarn build
It seems that I'm blocked by Maybe we should migrate to https://github.com/napi-rs/napi-rs ASAP. Resolved by upgrading Please help to review, so we can release the new versions. |
I'll merge this PR as-is soon later. |
@tamasfe Merging with a new commit can be disabled in GitHub settings. |
https://crates.io/crates/taplo-cli It seems the crates were not released correctly, can you help to release manually or give me the release permission so I can do it even after? https://www.npmjs.com/package/@taplo/cli (v0.7.0 expected) Same as js npm packages. I'm |
Weird, the tags seem to be correct to me yet no CI started. I've sent invites both on crates and npm. I'll figure out how to grant permission to the vscode extension at microsoft and openvsx later. |
@tamasfe Thanks for your trust, I've published all crates and npm packages successfully except https://crates.io/crates/lsp-async-stub, although it is not in emergency situation. I'll keep working on better release workflow on #537 and #538. |
@tamasfe Would you mind to add me as owner for https://crates.io/crates/lsp-async-stub at the same time when you're free? So that I can help to publish a new version for it. |
close #386
close #403
close #473
close #480