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

https://github.com/universaldatatool/automatic-npm-release

Command line program to automatically set up github actions with npm publish releases for a npm module.
https://github.com/universaldatatool/automatic-npm-release

Last synced: 2 months ago
JSON representation

Command line program to automatically set up github actions with npm publish releases for a npm module.

Awesome Lists containing this project

README

          

# Automatic NPM Release

This cli allows you to quickly create a Github Actions workflow that will release your npm modules via the [semantic-release system](https://github.com/semantic-release/semantic-release).

## Usage

```
> npx automatic-npm-release

Creating .releaserc.js"...
Creating .github/workflows/release.yml...

Make sure to set NPM_TOKEN to "..." in your github repository

After merging this, your merges to master will automatically be published. Make sure to use the semantic versioning system in your commits. e.g. start a commit with "fix: ..."
```