Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lorislab/install-changelog-action
- Owner: lorislab
- License: apache-2.0
- Created: 2023-03-24T21:09:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T22:07:31.000Z (12 months ago)
- Last Synced: 2024-11-09T22:16:55.499Z (2 months ago)
- Language: JavaScript
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```