Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lorislab/install-changelog-action

Install changelog action
https://github.com/lorislab/install-changelog-action

Last synced: about 2 months ago
JSON representation

Install changelog action

Awesome Lists containing this project

README

        

## Example usage

```
- uses: lorislab/install-changelog-action@v1
- run: changelog version
```

```
- uses: lorislab/install-changelog-action@v1
with:
version: "1.6.0"
- run: changelog version
```

## Development

#### Local development

Install the dependencies

```bash
npm install
```

#### Package for distribution

Run prepare

```bash
npm run prepare
```