-
-
Notifications
You must be signed in to change notification settings - Fork 475
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
release: v1.9.0 #3794
release: v1.9.0 #3794
Conversation
@togami2864 Which CSS rules do you think are ready to be promoted to the stable group? |
Parser conformance results onjs/262
jsx/babel
symbols/microsoft
ts/babel
ts/microsoft
|
CodSpeed Performance ReportMerging #3794 will degrade performances by 6.69%Comparing Summary
Benchmarks breakdown
|
@Conaclos We should also not forget to merge website PRs labeled "Merge on release". |
Thanks for the reminder! I added a bullet point. |
A couple of other things for the website:
|
@Conaclos From stylelint-recommended
Other
|
@togami2864 Could you suggest a group for each one? (You can edit your comment). EDIT: I started the assignment of groups. |
VS Code v3 might not be ready by release time. I need more time to squash bugs. |
8b48f55
to
75e6a2f
Compare
38d6ebf
to
4835c96
Compare
@togami2864 If I am correct, Also, I am thinking to We will delay the promotion of |
Totally agree 👍 I'll make a PR.
This rule is originally from font-family-no-missing-generic-family-keyword in stylelint, I think it would be better to rename
👍 Besides that, I'll rename these rules to align with name conventions.
|
Why should this be a correctness rule? This is not fundamentally wrong / an error of omitting a generic font family? |
4835c96
to
424a851
Compare
That makes sense. Let's keep the rule name and assign it as |
9a4b6ab
to
c58f3b7
Compare
7704841
to
bb351ea
Compare
368e993
to
128d6e2
Compare
2725f67
to
0a61431
Compare
4538c4e
to
e09436f
Compare
Summary
Add a changelog entry for every Pull Request that lacks one.
You can filter merged PRs that don't update the changelog.
Read our guidelines for editing the changelog.
Based on the changelog, determine which version number to use.
See our versioning guide for more details.
Rename
Unreleased
to<version> (iso-date)
in the changelog.Update
version
in Biome'spackage.json
if applicable.Update to the same
version
in all crates if you publish crates. (Cargo.toml
andcrates/**/Cargo.toml
)Linter rules have a
version
metadata directly defined in their implementation.This field is set to
next
for newly created rules.This field must be updated to the new version.
Merge website PRs labeled "Merge on release".
Update the website with the new version number:
BIOME_VERSION=<version> just gen-web
.This will also copy the configuration schema in the right place.
Once the PR is merged, the CI will trigger the
Release: *
workflows. Once these workflows finish compiling the final artefact, they need to be approved manually.