Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/naturalcycles/semantic-release
- Owner: NaturalCycles
- Created: 2019-02-09T20:02:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-02T08:55:17.000Z (2 months ago)
- Last Synced: 2024-11-02T08:57:57.847Z (2 months ago)
- Topics: semantic-release, semver
- Language: JavaScript
- Homepage:
- Size: 361 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
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
# DevelopmentTest it:
```shell
yarn release
```