The Social Gouv Bootstrap monorepo
See documentation : https://socialgouv.github.io/bootstrap/master/docs/
<link
rel="stylesheet"
href="https://socialgouv.github.io/bootstrap/master/@socialgouv/bootstrap.core/dist/socialgouv-bootstrap.min.css"
/>
$ yarn workspace docs nps serve
$ yarn workspace @socialgouv/bootstrap.core serve
Trigger a custom build on Travis (in the "More options" right menu) on the master
branch with a custom config:
env:
global:
- RELEASE=true
You can change the lerna arguments though the LERNA_ARGS
variable.
env:
global:
- LERNA_ARGS="--force-publish --yes"
- RELEASE=true
You need an Github token to release.
#
# Bump, push to git and publish to npm
$ yarn lerna version
#
# Publish the tag change log on the Github Release
$ CONVENTIONAL_GITHUB_RELEASER_TOKEN==************ npx conventional-github-releaser -p angular
#
# You might want to add a Gif to your release to make it groovy ;)