An open API service indexing awesome lists of open source software.

https://github.com/patlux/semantic-release-test

🧙🏻‍♂️ Me playing with semantic-release
https://github.com/patlux/semantic-release-test

commitizen commitlint husky lint-staged semantic-release

Last synced: 3 months ago
JSON representation

🧙🏻‍♂️ Me playing with semantic-release

Awesome Lists containing this project

README

        

# semantic-release-test

[![npm version](https://badge.fury.io/js/%40patwoz%2Fsemantic-release-test.svg)](https://www.npmjs.com/package/@patwoz/semantic-release-test 'View this project on npm')
[![Actions Status](https://github.com/patlux/semantic-release-test/workflows/nodejs/badge.svg)](https://github.com/patlux/semantic-release-test/actions)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Twitter Follow](https://img.shields.io/twitter/follow/de_patwoz?style=social)](https://twitter.com/de_patwoz) [![Greenkeeper badge](https://badges.greenkeeper.io/patlux/semantic-release-test.svg)](https://greenkeeper.io/)

Me just playing with [semantic-release](https://github.com/semantic-release/semantic-release).

## 🔁 Flow

### Local (on your computer)

![Flow local](./docs/flow-local.png)

See [`.huskyrc`](./.huskyrc), [`.lintstagedrc`](./.lintstagedrc), [`package.json`](./package.json), [`commitlint.config.js`](./commitlint.config.js)

### Remote (CI)

![Flow remote](./docs/flow-remote.png)

See [`.github/workflows/nodejs.yml`](./.github/workflows/nodejs.yml)

## 🔖 License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Created with 🔥 by [@de_patwoz](https://twitter.com/de_patwoz)