Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/naturalcycles/semantic-release

semantic-release with some tweaks
https://github.com/naturalcycles/semantic-release

semantic-release semver

Last synced: about 2 months ago
JSON representation

semantic-release with some tweaks

Awesome Lists containing this project

README

        

## @naturalcycles/semantic-release

> semantic-release with some tweaks

[![npm](https://img.shields.io/npm/v/@naturalcycles/semantic-release/latest.svg)](https://www.npmjs.com/package/@naturalcycles/semantic-release)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

# Features

- Install as devDependency with `yarn add -D @naturalcycles/semantic-release`
- Will give you `yarn release` command with sensible defaults
- You'll need env variables like `NPM_TOKEN`, `GITHUB_TOKEN` in your CI before calling `yarn release`

See https://github.com/semantic-release/semantic-release

# Development

Test it:

```shell
yarn release
```