0.2.1 • Published 4 years ago

@socialgouv/bootstrap.core v0.2.1

Weekly downloads
19
License
APACHE-2.0
Repository
github
Last release
4 years ago

design

Codacy Badge

The Social Gouv Bootstrap monorepo

See documentation : https://incubateur.social.gouv.fr/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 ;)