-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Louis-Maxime Piton <[email protected]>
- Loading branch information
1 parent
0936b9f
commit c9307b1
Showing
137 changed files
with
739 additions
and
762 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,65 @@ | ||
{ | ||
"files": [ | ||
{ | ||
"path": "./dist/css/boosted-grid.css", | ||
"path": "./dist/css/ouds-web-grid.css", | ||
"maxSize": "7.0 kB" | ||
}, | ||
{ | ||
"path": "./dist/css/boosted-grid.min.css", | ||
"path": "./dist/css/ouds-web-grid.min.css", | ||
"maxSize": "6.25 kB" | ||
}, | ||
{ | ||
"path": "./dist/css/boosted-reboot.css", | ||
"path": "./dist/css/ouds-web-reboot.css", | ||
"maxSize": "4.5 kB" | ||
}, | ||
{ | ||
"path": "./dist/css/boosted-reboot.min.css", | ||
"path": "./dist/css/ouds-web-reboot.min.css", | ||
"maxSize": "4.5 kB" | ||
}, | ||
{ | ||
"path": "./dist/css/boosted-utilities.css", | ||
"path": "./dist/css/ouds-web-utilities.css", | ||
"maxSize": "12.75 kB" | ||
}, | ||
{ | ||
"path": "./dist/css/boosted-utilities.min.css", | ||
"path": "./dist/css/ouds-web-utilities.min.css", | ||
"maxSize": "12.0 kB" | ||
}, | ||
{ | ||
"path": "./dist/css/boosted.css", | ||
"path": "./dist/css/ouds-web.css", | ||
"maxSize": "44.5 kB" | ||
}, | ||
{ | ||
"path": "./dist/css/boosted.min.css", | ||
"path": "./dist/css/ouds-web.min.css", | ||
"maxSize": "41.5 kB" | ||
}, | ||
{ | ||
"path": "./dist/js/boosted.bundle.js", | ||
"path": "./dist/js/ouds-web.bundle.js", | ||
"maxSize": "48.25 kB" | ||
}, | ||
{ | ||
"path": "./dist/js/boosted.bundle.min.js", | ||
"path": "./dist/js/ouds-web.bundle.min.js", | ||
"maxSize": "25.5 kB" | ||
}, | ||
{ | ||
"path": "./dist/js/boosted.esm.js", | ||
"path": "./dist/js/ouds-web.esm.js", | ||
"maxSize": "33.25 kB" | ||
}, | ||
{ | ||
"path": "./dist/js/boosted.esm.min.js", | ||
"path": "./dist/js/ouds-web.esm.min.js", | ||
"maxSize": "20.5 kB" | ||
}, | ||
{ | ||
"path": "./dist/js/boosted.js", | ||
"path": "./dist/js/ouds-web.js", | ||
"maxSize": "34.0 kB" | ||
}, | ||
{ | ||
"path": "./dist/js/boosted.min.js", | ||
"path": "./dist/js/ouds-web.min.js", | ||
"maxSize": "18.25 kB" | ||
} | ||
], | ||
"ci": { | ||
"trackBranches": [ | ||
"main", | ||
"v4-dev" | ||
"ouds/main" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,10 +95,10 @@ _Note: Please transform `- [ ]` into `- (NA)` in the description when things are | |
- [ ] Update redirects in docs frontmatter (`site/content/docs/_index.html`?) | ||
- [ ] Move `site/content/docs/5.x` to `site/content/docs/5.x+1` | ||
- [ ] Increment `site/static/docs/{version}` version | ||
- [ ] Increment version in `nuget/boosted.nuspec` | ||
- [ ] (Major version) Manually update the version in `nuget/boosted.nuspec` and `nuget/boosted.sass.nuspec` | ||
- [ ] Increment version in `nuget/ouds-web.nuspec` | ||
- [ ] (Major version) Manually update the version in `nuget/ouds-web.nuspec` and `nuget/ouds-web.sass.nuspec` | ||
- check wrong matches in `CHANGELOG.md`, and maybe `site/content/docs/<version>/migration.md` | ||
- :warning: check the `package-lock.json` and `package.json` content, only "boosted" should have its version changed! | ||
- :warning: check the `package-lock.json` and `package.json` content, only "ouds-web" should have its version changed! | ||
- :warning: `site/content/docs/5.1/**/*.md` should not always be modified | ||
- [ ] if the year changed recently, happy new year :tada: but please change © year in `.scss` main files (reboot, grid, utilities, and main file) as well as in `NOTICE.txt`. | ||
- [ ] `npm run release` to compile dist, build Storybook, update SRI hashes in doc, and package the release | ||
|
@@ -117,7 +117,7 @@ _Note: Please transform `- [ ]` into `- (NA)` in the description when things are | |
- if you're releasing a pre-release, use `--tag`, e.g. for v5-alpha1 `npm publish boosted-5.0.0-alpha1.tgz --tag next` | ||
- (v4 only) `npm publish --tag v4.x.y` (if you forgot and v4 becomes the latest version on NPM, you can run `npm dist-tag add [email protected] latest to fix it) | ||
- (v5 only) `npm publish` | ||
- [ ] check release on [NPM](https://www.npmjs.com/package/boosted), [Nuget](https://www.nuget.org/packages/boosted/), [Packagist](https://packagist.org/packages/orange-opensource/orange-boosted-bootstrap)… | ||
- [ ] check release on [NPM](https://www.npmjs.com/package/ouds-web), [Nuget](https://www.nuget.org/packages/ouds-web/), [Packagist](https://packagist.org/packages/orange-opensource/orange-boosted-bootstrap)… | ||
- [ ] publish documentation on `gh-pages`: | ||
- [ ] copy `../_site` to the `gh-pages` branch (don't forget to update Storybook as well) | ||
- [ ] check every `index.html` used as redirections to redirect to the new release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.