1.1.3 • Published 4 years ago
@lavalogic/scss-lib v1.1.3
SCSS Frontend Library
This repository contains Nest's SCSS library. This will hold any useful code snippets for re-use across all internal projects.
Requirements:
- Sass v1.25+
Contribution:
Develop
Copies everything to the distributable folder, and watches for changes.
$ npm run dev
Build
Copies everything to the distributable folder.
$ npm run build
Release
To create a new release:
- First ensure that you're on the
develop
branch and all pull requests and branches have been pulled and merged in (incl. master as the version may have been bumped). - Using Git Flow*, run
git flow release start vX.X.X
, replacing theX.X.X
with the appropriate new version number, incremented by one. Follow semvar practices, e.g vX.0.0 denotes a major version, v0.X.0 is a minor version and v0.0.X is a patch. See the package.json for the most recent version number. - Carry out any last minute work on the release branch and commit as normal.
- When finished, run
git flow release finish vX.X.X
and add any relevant commit messages. You must add a tag message otherwise the release will fail. - The release branch should now be merged into both
develop
andmaster
. Now you just need to runnpm run deploy
and you're done! The CI pipeline will handle the rest.
*Using Git Flow ensures the tagging is handled correctly. Creating a release branch manually won't work.
1.1.3
4 years ago