icons
icons copied to clipboard
Release v1.10.4 is missing css/scss/json files / Automate release creation
Today i downloaded the latest release v1.10.4 from the release page. And then i discovered that the zip-archive bootstrap-icons-1.10.4.zip does not include the bootstrap-icons.{css,json,scss}
anymore. The previous releases (v1.10.3, v1.10.2) all included the mentioned files.
Since i am not using the icons via npm
but by simpling including the css
files in my html
files, i don't know how to use the icons without the propper bootstrap-icons.css
files. But i may oversee something here? Or is it a release packaging issue?
They are in the font directory.
Though it does seem weird that 1.10.3 included the font in the root folder. Must be different behavior on @mdo's machine cp
and Ubuntu's cp
which I used.
I will try to move the zip creation on CI too for release and then we'll just need to download it and attach it.