-
Notifications
You must be signed in to change notification settings - Fork 56
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
Prepare 5.0.0-beta3 #650
Prepare 5.0.0-beta3 #650
Conversation
aecd590
to
b09c6b4
Compare
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 4.3%, saving 6.45 KB.
81 images did not require optimisation. Update required: Update image-actions configuration to the latest version before 1/1/21. See README for instructions. |
b88bc44
to
b63960a
Compare
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 4.3%, saving 6.45 KB.
81 images did not require optimisation. Update required: Update image-actions configuration to the latest version before 1/1/21. See README for instructions. |
bf94d3e
to
54055d4
Compare
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 4.3%, saving 6.45 KB.
81 images did not require optimisation. Update required: Update image-actions configuration to the latest version before 1/1/21. See README for instructions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- some sample need brand alignement. Maybe fix the design on accordions and create other PR for Orange branded samples
- no need to add dist files in this MR only for release, not sure if this PR is intended to be the release or just the bootstrap merge
- What's that new dist/css/boosted-rtl.rtl.css.map? Is there a merge side effect that produce new files?
- before release need to change the boosted version in _config.yml but not at time (if this PR is not for release)
The commit https://github.com/twbs/bootstrap/pull/33401/files is listed in https://github.com/twbs/bootstrap/releases/tag/v5.0.0-beta3 but I don't see this modification in this PR. Am I wrong or we could use And when V5 will be the |
|
My two cents:
|
This is my 1st Boosted code review, so take my comments cautiously 😇
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding Pa11y, would you mind re-running the action? Some paged time out.
New errors all came up with Bootstrap's new examples, I'll try to fix them upstream—you may want to ignore them for now.
And Percy only shows a single change, where it was previously missing a snapshot. IMHO you're safe to approve the build :)
Pa11y errors should be covered in Bootstrap #33772, please check its status. Some won't so you'll have to ignore them the most specifically you can (e.g. maybe try to disable a test only on specific URLs? Not sure it is possible) — or you'll need to override Boosted's example to fix examples in this repo. |
From where are comming new files |
Very wrong... |
Nope, there's no such files (look closer at Maybe add thos files to |
added file removed and dist regenerated with my last commit |
715902b
to
c2719aa
Compare
c2719aa
to
0196f1d
Compare
Preview : https://deploy-preview-650--boosted.netlify.app/
npm run release-version $current_version $next_version
to bump version numberif bumping a minor or major version→ still v5.0npm run release
to compile dist, update SRI hashes in doc and package the releaseconventional-changelog-cli
globallyconventional-changelog -p angular -i CHANGELOG.md -s
dist
with achore(release)
commit messagev5-dev
npm pack
thennpm publish
.npmrc
file--tag
, eg for v5-alpha1npm publish boosted-5.0.0-alpha1.tgz --tag next