This is a monorepo which contains many tools and packages:
Project | Package | Version | Links |
---|---|---|---|
eslint-config-recommended | @socialgouv/eslint-config-recommended |
||
eslint-config-react | @socialgouv/eslint-config-react |
||
tslint-config-recommended | @socialgouv/tslint-config-recommended |
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 need an Github token to release.
#
# Bump, push to git and publish to npm
$ yarn lerna publish
#
# 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 ;)