https://github.com/naturalcycles/semantic-release
semantic-release with some tweaks
https://github.com/naturalcycles/semantic-release
semantic-release semver
Last synced: 23 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-05T11:28:39.000Z (28 days ago)
- Last Synced: 2025-04-05T11:34:11.038Z (28 days ago)
- Topics: semantic-release, semver
- Language: JavaScript
- Homepage:
- Size: 424 KB
- Stars: 2
- Watchers: 2
- 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
[](https://www.npmjs.com/package/@naturalcycles/semantic-release)
[](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
```