@dcos/tslint-config

0.1.1 • Public • Published

tslint-config

Shared tslint config for DCOS projects using typescript

Commits

You should follow conventional commit formatting rules, as they provide a framework to write explicit messages that are easy to comprehend when looking through the project history and enable automatic change log generation.

These Guidelines were written based on AngularJS Git Commit Message Conventions.

<type>[optional scope]: <description>

[optional body]

[optional footer]

Release / Publishing

After your PR is merged to master to cut a release is very simple, assuming you are on master branch follow the steps below.

Fetch all git tags

git fetch origin --tags

Then run the command to automatically update the package.json, changelog.md and create a new release commit.

npm run release

Now push the latest commit and the tag created (run git tag to see all tags).

git push origin master && git push origin TAG_VERSION

And finally publish to npm.

npm publish

Readme

Keywords

none

Package Sidebar

Install

npm i @dcos/tslint-config

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

6.79 kB

Total Files

5

Last publish

Collaborators

  • vacas5
  • mesosphere-frontend-ci
  • mesosphere-it
  • juliangieseke