Skip to content

SocialGouv/bootstrap

Repository files navigation

design

Codacy Badge

The Social Gouv Bootstrap monorepo

See documentation : https://socialgouv.github.io/bootstrap/master/docs/

Usage

<link
  rel="stylesheet"
  href="https://socialgouv.github.io/bootstrap/master/@socialgouv/bootstrap.core/dist/socialgouv-bootstrap.min.css"
/>

Dev

$ yarn workspace docs nps serve
$ yarn workspace @socialgouv/bootstrap.core serve

Release policy

Auto

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

Manual

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 ;)